[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190925093050.118921-1-yuchao0@huawei.com>
Date: Wed, 25 Sep 2019 17:30:50 +0800
From: Chao Yu <yuchao0@...wei.com>
To: <jaegeuk@...nel.org>
CC: <linux-f2fs-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>, <chao@...nel.org>,
Chao Yu <yuchao0@...wei.com>
Subject: [PATCH] f2fs: fix comment of f2fs_evict_inode
evict() should be called once i_count is zero, rather than i_nlinke
is zero.
Reported-by: Gao Xiang <gaoxiang25@...wei.com>
Signed-off-by: Chao Yu <yuchao0@...wei.com>
---
fs/f2fs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c
index db4fec30c30d..8262f4a483d3 100644
--- a/fs/f2fs/inode.c
+++ b/fs/f2fs/inode.c
@@ -632,7 +632,7 @@ int f2fs_write_inode(struct inode *inode, struct writeback_control *wbc)
}
/*
- * Called at the last iput() if i_nlink is zero
+ * Called at the last iput() if i_count is zero
*/
void f2fs_evict_inode(struct inode *inode)
{
--
2.18.0.rc1
Powered by blists - more mailing lists