sapling/eden/fs/fuse
Xavier Deguillard 6722ba460d inodes: move RequestContext::finishRequest to the destructor
Summary:
In the case where the shared_ptr holding a RequestContext is copied, some stats
may still be updated after the request completes. Thus it's best to call
finishRequest in the destructor to make sure the stats are properly updated.

Reviewed By: chadaustin

Differential Revision: D33724775

fbshipit-source-id: 5e4b247d44bdbeb322f25316dc98798e551cc43b
2022-01-26 10:24:35 -08:00
..
fuse_tester fs: fix license header 2022-01-04 15:00:07 -08:00
privhelper update straggling license headers 2022-01-19 14:37:11 -08:00
test fs: fix license header 2022-01-04 15:00:07 -08:00
CMakeLists.txt fs: fix license header 2022-01-04 15:00:07 -08:00
DirList.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
DirList.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseChannel.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
FuseChannel.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseDispatcher.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
FuseDispatcher.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseRequestContext.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
FuseRequestContext.h inodes: move RequestContext::finishRequest to the destructor 2022-01-26 10:24:35 -08:00
Invalidation.h fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.h fs: fix license header 2022-01-04 15:00:07 -08:00