From: Liu Song Date: Thu, 25 Jun 2020 12:40:11 +0000 (+0800) Subject: f2fs: fix typo in comment of f2fs_do_add_link X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5cc2c5563a4ac47c426e8d5d084d44fbecb68aa;p=linux.git f2fs: fix typo in comment of f2fs_do_add_link stakable/stackable Signed-off-by: Liu Song Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c index d35976785e8c5..069f498af1e38 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