commit | 3ad99bec6e82e32fa9faf2f84e74b134586b46f7 | [log] [tgz] |
---|---|---|
author | Goldwyn Rodrigues <rgoldwyn@suse.com> | Sat Nov 30 09:59:25 2019 -0600 |
committer | David Sterba <dsterba@suse.com> | Mon May 25 13:12:53 2020 +0200 |
tree | 977c4f3e7b12977e4356669947504a6e9badb601 | |
parent | 8cecd0ba854799cda72d03a470e7de9eed3ed6c4 [diff] |
iomap: remove lockdep_assert_held() Filesystems such as btrfs can perform direct I/O without holding the inode->i_rwsem in some of the cases like writing within i_size. So, remove the check for lockdep_assert_held() in iomap_dio_rw(). Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>