diff options
author | Goldwyn Rodrigues <rgoldwyn@suse.com> | 2019-12-04 05:58:53 -0600 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-05-28 14:01:52 +0200 |
commit | 5f008163a559d566a0ee1190a0a24f3eec6f1ea7 (patch) | |
tree | 3abd629b4cffb4de245510594da552116656f172 /fs/verity | |
parent | b75b7ca7c27dfd61dba368f390b7d4dc20b3a8cb (diff) | |
download | linux-5f008163a559d566a0ee1190a0a24f3eec6f1ea7.tar.gz |
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Since we now perform direct reads using i_rwsem, we can remove this
inode flag used to co-ordinate unlocked reads.
The truncate call takes i_rwsem. This means it is correctly synchronized
with concurrent direct reads.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/verity')
0 files changed, 0 insertions, 0 deletions