linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link
@ 2020-06-25 12:40 Liu Song via Linux-f2fs-devel
  2020-06-28  2:36 ` Chao Yu
  2020-06-30  2:10 ` Chao Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Song via Linux-f2fs-devel @ 2020-06-25 12:40 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: Liu Song, linux-kernel, linux-f2fs-devel

stakable/stackable

Signed-off-by: Liu Song <fishland@aliyun.com>
---
 fs/f2fs/dir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
index d35976785e8c..069f498af1e3 100644
--- a/fs/f2fs/dir.c
+++ b/fs/f2fs/dir.c
@@ -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
-- 
2.20.1



_______________________________________________
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] 3+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link
  2020-06-25 12:40 [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link Liu Song via Linux-f2fs-devel
@ 2020-06-28  2:36 ` Chao Yu
  2020-06-30  2:10 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2020-06-28  2:36 UTC (permalink / raw)
  To: Liu Song, jaegeuk, chao; +Cc: linux-kernel, linux-f2fs-devel

On 2020/6/25 20:40, Liu Song via Linux-f2fs-devel wrote:
> stakable/stackable
> 
> Signed-off-by: Liu Song <fishland@aliyun.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,


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

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

* Re: [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link
  2020-06-25 12:40 [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link Liu Song via Linux-f2fs-devel
  2020-06-28  2:36 ` Chao Yu
@ 2020-06-30  2:10 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2020-06-30  2:10 UTC (permalink / raw)
  To: jaegeuk; +Cc: Liu Song, linux-kernel, linux-f2fs-devel

Jaegeuk,

It looks we merge this patch with below wrong author, better to fix this

Liu Song via Linux-f2fs-devel <linux-f2fs-devel@lists.sourceforge.net>

On 2020/6/25 20:40, Liu Song via Linux-f2fs-devel wrote:
> stakable/stackable
> 
> Signed-off-by: Liu Song <fishland@aliyun.com>
> ---
>  fs/f2fs/dir.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
> index d35976785e8c..069f498af1e3 100644
> --- a/fs/f2fs/dir.c
> +++ b/fs/f2fs/dir.c
> @@ -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
> 


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

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

end of thread, other threads:[~2020-06-30  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 12:40 [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link Liu Song via Linux-f2fs-devel
2020-06-28  2:36 ` Chao Yu
2020-06-30  2:10 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).