All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode
@ 2019-09-25  9:30 ` Chao Yu
  0 siblings, 0 replies; 16+ messages in thread
From: Chao Yu @ 2019-09-25  9:30 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-kernel, linux-f2fs-devel

evict() should be called once i_count is zero, rather than i_nlinke
is zero.

Reported-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Chao Yu <yuchao0@huawei.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



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-09-29  2:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-25  9:30 [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode Chao Yu
2019-09-25  9:30 ` Chao Yu
2019-09-25 13:47 ` [f2fs-dev] " Gao Xiang
2019-09-25 13:47   ` Gao Xiang
2019-09-26  1:04   ` Chao Yu
2019-09-26  1:04     ` Chao Yu
2019-09-27 18:31 ` Jaegeuk Kim
2019-09-27 18:31   ` Jaegeuk Kim
2019-09-27 19:01   ` [f2fs-dev] " Gao Xiang via Linux-f2fs-devel
2019-09-27 19:01     ` Gao Xiang
2019-09-29  0:53   ` [f2fs-dev] " Chao Yu
2019-09-29  0:53     ` Chao Yu
2019-09-29  2:20     ` [f2fs-dev] " Gao Xiang
2019-09-29  2:20       ` Gao Xiang
2019-09-29  2:52       ` Chao Yu
2019-09-29  2:52         ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.