summaryrefslogtreecommitdiffstats
path: root/tests/basic/gfapi/glfd-lkowner.t
Commit message (Collapse)AuthorAgeFilesLines
* gfapi: set lkowner in glfdSoumya Koduri2017-10-121-0/+27
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>