]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Enable blocksize < pagesize for dioread_nolock
authorRitesh Harjani <riteshh@linux.ibm.com>
Wed, 16 Oct 2019 07:37:11 +0000 (13:07 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Oct 2019 19:32:53 +0000 (15:32 -0400)
commit40284cbb76e7e6ff58094a040ca7d5308281ad9c
tree36cedfaaedb9b1d2d35b9bdd36432703edbf400a
parent1125d77317cc20b58d7497b6ca4eb3585c66da1d
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>
fs/ext4/super.c