From c22cec3928be6924fb1026ef969cae897efbd76d Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Wed, 4 Oct 2017 14:34:48 +0530 Subject: 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 --- api/src/gfapi.aliases | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/src/gfapi.aliases') diff --git a/api/src/gfapi.aliases b/api/src/gfapi.aliases index b0facb717b3..00a9e3753af 100644 --- a/api/src/gfapi.aliases +++ b/api/src/gfapi.aliases @@ -163,3 +163,5 @@ _pub_glfs_xreaddirplus_r_get_object _glfs_xreaddirplus_r_get_object$GFAPI_3.11.0 _pub_glfs_object_copy _glfs_object_copy$GFAPI_3.11.0 _priv_glfs_ipc _glfs_ipc$GFAPI_3.12.0 + +_pub_glfd_set_lk_owner _glfd_set_lk_owner$GFAPI_3.13.0 -- cgit