]> www.infradead.org Git - linux.git/commit
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie
authorZhiguo Niu <zhiguo.niu@unisoc.com>
Thu, 13 Jun 2024 09:35:33 +0000 (17:35 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 18 Jun 2024 02:32:18 +0000 (02:32 +0000)
commit1efb7c8fd8bf6b9d6f10dd2a9e0fde9e7a650ab4
tree24979475df26a8c6e9a2dfb8d268a70d1917f222
parent6aeb084fa0b1ada0290df08c5230e41881aef783
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie

mnt_{want,drop}_write_file is more suitable than
file_{start,end}_wrtie and also is consistent with
other ioctl operations.

Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c