ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()
authorJason Yan <yanaijie@huawei.com>
Fri, 16 Sep 2022 14:15:27 +0000 (22:15 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 1 Oct 2022 03:46:54 +0000 (23:46 -0400)
commit3df11e27f02c3dea5a3a0e45628d67f0d82c3c5e
tree7e46d01a08d79b870363f5face19fd8b43ac74b3
parentc8267c51425abd4f75d0ad07c4d3ee748908e2f8
ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()

Now since all preparations is done, we can move the DIOREAD_NOLOCK
setting to ext4_set_def_opts().

Suggested-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220916141527.1012715-17-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c