Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

f2fs: remove redundant comment of unused wio_mutex

Commit 089842de ("f2fs: remove codes of unused wio_mutex") removes codes
of unused wio_mutex, but missing the comment, so delete it.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

authored by

Yunlong Song and committed by
Jaegeuk Kim
af56b487 8d64d365

-1
-1
fs/f2fs/f2fs.h
··· 1175 1175 1176 1176 /* for bio operations */ 1177 1177 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ 1178 - /* bio ordering for NODE/DATA */ 1179 1178 /* keep migration IO order for LFS mode */ 1180 1179 struct rw_semaphore io_order_lock; 1181 1180 mempool_t *write_io_dummy; /* Dummy pages */