Jeff Layton ffb61c55b2 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 <jlayton@kernel.org>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2019-05-07 19:22:37 +02:00
..
2018-10-22 10:28:21 +02:00
2016-06-01 10:31:50 +02:00
2019-05-07 19:22:36 +02:00
2018-12-26 15:56:04 +01:00
2019-05-07 19:22:36 +02:00
2019-04-23 21:37:54 +02:00
2019-05-07 19:22:36 +02:00