From: Yonggil Song Date: Fri, 2 Sep 2022 02:07:49 +0000 (+0900) Subject: f2fs: fix typo X-Git-Tag: v5.10.227~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db930da94792042a6371f386013c3a4f7e0c25e5;p=thirdparty%2Fkernel%2Fstable.git f2fs: fix typo [ Upstream commit d382e36970ecf8242921400db2afde15fb6ed49e ] Fix typo in f2fs.h Detected by Jaeyoon Choi Signed-off-by: Yonggil Song Signed-off-by: Jaegeuk Kim Stable-dep-of: aaf8c0b9ae04 ("f2fs: reduce expensive checkpoint trigger frequency") Signed-off-by: Sasha Levin --- diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 4380df9b2d70a..a858a1f7f53d0 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -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 */ };