]> git.baikalelectronics.ru Git - kernel.git/commit
ext2: code cleanup by using test_opt() and clear_opt()
authorChengguang Xu <cgxu519@zoho.com.cn>
Mon, 20 May 2019 05:45:03 +0000 (13:45 +0800)
committerJan Kara <jack@suse.cz>
Mon, 20 May 2019 08:50:48 +0000 (10:50 +0200)
commit38fa0e8e4a3b932791443db033ca7c4ed1bace0e
tree3c15ccfd1f48286887a4340a190db5ba71385bcf
parente15d92bee8184048e7419193263e62a0830cf365
ext2: code cleanup by using test_opt() and clear_opt()

Using test_opt() and clear_opt() instead of directly
comparing flag bit of mount option.

Signed-off-by: Chengguang Xu <cgxu519@zoho.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c