Commit e5cc2c55 authored by Liu Song's avatar Liu Song Committed by Jaegeuk Kim
Browse files

f2fs: fix typo in comment of f2fs_do_add_link



stakable/stackable

Signed-off-by: default avatarLiu Song <fishland@aliyun.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent a6d601f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -779,7 +779,7 @@ int f2fs_do_add_link(struct inode *dir, const struct qstr *name,
		return err;

	/*
	 * An immature stakable filesystem shows a race condition between lookup
	 * An immature stackable filesystem shows a race condition between lookup
	 * and create. If we have same task when doing lookup and create, it's
	 * definitely fine as expected by VFS normally. Otherwise, let's just
	 * verify on-disk dentry one more time, which guarantees filesystem