commit | 1d39834fba99c48edd3d4887ccd474da61a1ada7 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Mar 22 11:52:10 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 22 11:52:10 2018 -0400 |
tree | 7a5c924c7c87ec9c372aa20f908b1c52790b5d3f | |
parent | fe23cb65c2c394ea306f3714a17d46ab2e6a0af1 [diff] |
ext4: remove EXT4_STATE_DIOREAD_LOCK flag Commit 16c54688592c ("ext4: Allow parallel DIO reads") reworked the way locking happens around parallel dio reads. This resulted in obviating the need for EXT4_STATE_DIOREAD_LOCK flag and accompanying logic. Currently this amounts to dead code so let's remove it. No functional changes Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>