projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fdac7
)
ocfs2: fix comment in struct ocfs2_extended_slot
author
Guozhonghua
<
[email protected]
>
Fri, 20 May 2016 00:09:44 +0000
(17:09 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 20 May 2016 02:12:14 +0000
(19:12 -0700)
The comment in ocfs2_extended_slot has the offset wrong.
Cc: Mark Fasheh <
[email protected]
>
Cc: Joel Becker <
[email protected]
>
Cc: Junxiao Bi <
[email protected]
>
Cc: Joseph Qi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ocfs2/ocfs2_fs.h
patch
|
blob
|
history
diff --git
a/fs/ocfs2/ocfs2_fs.h
b/fs/ocfs2/ocfs2_fs.h
index 540ab5b75dbb057b99f5d879edb703c4b18afe9c..44d178b8d1aa90c2876478ae04720b44d33d828d 100644
(file)
--- a/
fs/ocfs2/ocfs2_fs.h
+++ b/
fs/ocfs2/ocfs2_fs.h
@@
-580,7
+580,7
@@
struct ocfs2_extended_slot {
/*00*/ __u8 es_valid;
__u8 es_reserved1[3];
__le32 es_node_num;
-/*
10
*/
+/*
08
*/
};
/*