]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
f2fs: fix typo
authorYonggil Song <yonggil.song@samsung.com>
Fri, 2 Sep 2022 02:07:49 +0000 (11:07 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:07:55 +0000 (15:07 +0200)
[ Upstream commit d382e36970ecf8242921400db2afde15fb6ed49e ]

Fix typo in f2fs.h
Detected by Jaeyoon Choi

Signed-off-by: Yonggil Song <yonggil.song@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: aaf8c0b9ae04 ("f2fs: reduce expensive checkpoint trigger frequency")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/f2fs.h

index 4380df9b2d70abec57f0c21353b0833d6b1b8444..a858a1f7f53d0af58ff7282b7695e7b7b0ea85bd 100644 (file)
@@ -249,7 +249,7 @@ enum {
        ORPHAN_INO,             /* for orphan ino list */
        APPEND_INO,             /* for append ino list */
        UPDATE_INO,             /* for update ino list */
-       TRANS_DIR_INO,          /* for trasactions dir ino list */
+       TRANS_DIR_INO,          /* for transactions dir ino list */
        FLUSH_INO,              /* for multiple device flushing */
        MAX_INO_ENTRY,          /* max. list */
 };