projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af725f
)
f2fs: correct spelling mistake
author
Zeng Guangyue
<zengguangyue@hisilicon.com>
Mon, 18 Feb 2019 06:26:41 +0000
(14:26 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 13 Mar 2019 01:59:17 +0000
(18:59 -0700)
correct spelling mistake for "nunmber"
Signed-off-by: Zeng Guangyue <zengguangyue@hisilicon.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/linux/f2fs_fs.h
patch
|
blob
|
history
diff --git
a/include/linux/f2fs_fs.h
b/include/linux/f2fs_fs.h
index
666db8e
..
f574042
100644
(file)
--- a/
include/linux/f2fs_fs.h
+++ b/
include/linux/f2fs_fs.h
@@
-285,7
+285,7
@@
enum {
struct node_footer {
__le32 nid; /* node id */
- __le32 ino; /* inode nu
n
mber */
+ __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 */