summaryrefslogtreecommitdiffstats
path: root/tests/basic/gfapi/glfd-lkowner.c
Commit message (Collapse)AuthorAgeFilesLines
* gfapi: set lkowner in glfdSoumya Koduri2017-10-251-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. This is backport of below mainline fix - https://review.gluster.org/#/c/18429 https://review.gluster.org/#/c/18522/ Change-Id: I67591d6b9a89c20b9617d52616513ff9e6c06b47 BUG: 1501956 Signed-off-by: Soumya Koduri <skoduri@redhat.com>