commit | c33fbe8f673c55c178bfe69d0d9f06f1a68bf6cf | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Wed Oct 16 13:07:11 2019 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 22 15:32:53 2019 -0400 |
tree | 36cedfaaedb9b1d2d35b9bdd36432703edbf400a | |
parent | c8cc88163f40df39e50cda63ac361631864b453e [diff] |
ext4: Enable blocksize < pagesize for dioread_nolock All support is now added for blocksize < pagesize for dioread_nolock. This patch removes those checks which disables dioread_nolock feature for blocksize != pagesize. Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/20191016073711.4141-6-riteshh@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>