aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs
diff options
context:
space:
mode:
authorYunlong Song <yunlong.song@huawei.com>2018-12-13 17:43:11 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-12-26 15:16:53 -0800
commitaf56b4870865654dc9aca2c757b95dfe3e715603 (patch)
tree75c899c2fc56af18dde961e25b671a4f9f25841c /fs/f2fs
parentf2fs: fix to reorder set_page_dirty and wait_on_page_writeback (diff)
downloadwireguard-linux-af56b4870865654dc9aca2c757b95dfe3e715603.tar.xz
wireguard-linux-af56b4870865654dc9aca2c757b95dfe3e715603.zip
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>
Diffstat (limited to 'fs/f2fs')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 7cec897146a3..03e7b37b1433 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1175,7 +1175,6 @@ struct f2fs_sb_info {
/* for bio operations */
struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */
- /* bio ordering for NODE/DATA */
/* keep migration IO order for LFS mode */
struct rw_semaphore io_order_lock;
mempool_t *write_io_dummy; /* Dummy pages */