Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gfapi: set lkowner in glfd | Soumya Koduri | 2017-10-12 | 1 | -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> |