diff options
| author | Soumya Koduri <skoduri@redhat.com> | 2017-10-17 16:12:06 +0530 |
|---|---|---|
| committer | Soumya Koduri <skoduri@redhat.com> | 2017-10-17 16:20:19 +0530 |
| commit | fea9e398da9865ce193d347d14fe2d56fe9946a2 (patch) | |
| tree | c0697b756505bc3570b015d846fc2f4f9a0f2d34 /api/src/gfapi.map | |
| parent | ccec52220f4d2fb148c1bb1573a11b1727af7a0c (diff) | |
gfapi: set lkowner in glfd
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.
This is backport of below mainline fix -
https://review.gluster.org/#/c/18429
https://review.gluster.org/#/c/18522/
Change-Id: I67591d6b9a89c20b9617d52616513ff9e6c06b47
BUG: 1501955
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
| -rw-r--r-- | api/src/gfapi.map | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 48a6d90e922..9e6a0e3d9b3 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -198,3 +198,8 @@ GFAPI_3.10.0 { global: glfs_sysrq; } GFAPI_3.7.17; + +GFAPI_3.10.7 { + global: + glfs_fd_set_lkowner; +} GFAPI_3.10.0; |
