]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: cleanup 'fuse_req' parameter of ll_setlk/ll_flock
authorYan, Zheng <zyan@redhat.com>
Fri, 25 Sep 2015 12:49:27 +0000 (20:49 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 12 Jan 2016 09:21:01 +0000 (17:21 +0800)
commit00b2edee8700f1c014cca7faee5bbe8a67e7c6bb
tree0a85758149bc2f4a25aa042ba965b231dc101c17
parenta9f91d7d70893cdc5f832a26a5be298941d00315
client: cleanup 'fuse_req' parameter of ll_setlk/ll_flock

fuse request is tracked in thread local data, no need to pass it
to ll_setlk/ll_flock

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/client/Client.cc
src/client/Client.h
src/client/fuse_ll.cc