diff options
author | Jeff Layton <[email protected]> | 2019-04-08 10:36:01 -0400 |
---|---|---|
committer | Ilya Dryomov <[email protected]> | 2019-05-07 19:22:37 +0200 |
commit | ffb61c55b2501c3dcd266856e25430ae8e3753d6 (patch) | |
tree | 2e384e32c9decb899ba6bc25e07fcb962e314dcc /tools/perf/scripts/python/flamegraph.py | |
parent | 0384892c2d839033566b53453be44b1f5812cd00 (diff) |
ceph: remove superfluous inode_lock in ceph_fsync
Originally, filemap_write_and_wait took the i_mutex internally, but
commit 02c24a82187d pushed the mutex acquisition into the individual
fsync routines, leaving it up to the subsystem maintainers to remove
it if it wasn't needed.
For ceph, I see no reason to take the inode_lock here. All of the
operations inside that lock are protected by their own locking.
Signed-off-by: Jeff Layton <[email protected]>
Reviewed-by: "Yan, Zheng" <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions