]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: use thread local data to track fuse request
authorYan, Zheng <zyan@redhat.com>
Tue, 29 Sep 2015 07:11:24 +0000 (15:11 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 12 Jan 2016 09:21:01 +0000 (17:21 +0800)
commita9f91d7d70893cdc5f832a26a5be298941d00315
tree307b27d3a10fde1516bd2548ff552b681a48c84a
parentcc9f7397395244828aed51bfd03708d62db2b22d
client: use thread local data to track fuse request

When handling an operation, libcephfs code may want to access fuse
request for extra information. by tracking fuse request in thread
local data, we can avoid adding extra parameter to Client::ll_foo
functions.

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