Commit 68b79cdc authored by Zeng Guangyue's avatar Zeng Guangyue Committed by Jaegeuk Kim

f2fs: correct spelling mistake

correct spelling mistake for "nunmber"
Signed-off-by: default avatarZeng Guangyue <zengguangyue@hisilicon.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 0af725fc
......@@ -285,7 +285,7 @@ enum {
struct node_footer {
__le32 nid; /* node id */
__le32 ino; /* inode nunmber */
__le32 ino; /* inode number */
__le32 flag; /* include cold/fsync/dentry marks and offset */
__le64 cp_ver; /* checkpoint version */
__le32 next_blkaddr; /* next node page block address */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment