summaryrefslogtreecommitdiffstats
path: root/api/src/gfapi.map
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2017-10-04 14:34:48 +0530
committerSoumya Koduri <skoduri@redhat.com>2017-10-12 16:12:36 +0530
commitc22cec3928be6924fb1026ef969cae897efbd76d (patch)
tree60a10e937bab57ed285eda10a122dcffef99e2e7 /api/src/gfapi.map
parenta3767c4ceb527cb0f52b95650c841964cf7faec9 (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. Change-Id: I67591d6b9a89c20b9617d52616513ff9e6c06b47 BUG: 1499641 Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
-rw-r--r--api/src/gfapi.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map
index 7f19e1ee4f9..c9ce4d82235 100644
--- a/api/src/gfapi.map
+++ b/api/src/gfapi.map
@@ -209,3 +209,8 @@ GFAPI_PRIVATE_3.12.0 {
global:
glfs_ipc;
} GFAPI_3.11.0;
+
+GFAPI_3.13.0 {
+ global:
+ glfd_set_lk_owner;
+} GFAPI_PRIVATE_3.12.0;