Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Land part 2 of clang-format changes | Gluster Ant | 2018-09-12 | 1 | -174/+176 |
| | | | | | Change-Id: Ia84cc24c8924e6d22d02ac15f611c10e26db99b4 Signed-off-by: Nigel Babu <nigelb@redhat.com> | ||||
* | gfapi: update symbol version of glfd_set_lk_owner to 3.10.7 | Soumya Koduri | 2017-10-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | To be able to backport the API glfd_set_lk_owner() to existing stable (3.10, 3.12) releases, change its symbol version to 3.10.7 (upcoming 3.10 release). Also sticking to the norms of the gfapi library, changing the routine name to glfs_fd_set_lkowner() BUG: 1499641 Change-Id: I43d002a24f493770a3daa774dbda2b7ea6d49e37 Signed-off-by: Soumya Koduri <skoduri@redhat.com> | ||||
* | gfapi: set lkowner in glfd | Soumya Koduri | 2017-10-12 | 1 | -0/+212 |
We need a provision to be able to set lkowner (which is used to distinguish locks maintained by server) in gfapi. Since the same lk_owner need to be used to be able to flush the lock while closing the fd, store the lkowner in the glfd structure itself. A new API has been added to be able to set lkowner in glfd. Change-Id: I67591d6b9a89c20b9617d52616513ff9e6c06b47 BUG: 1499641 Signed-off-by: Soumya Koduri <skoduri@redhat.com> |