ocfs2: fix comment in struct ocfs2_extended_slot
authorGuozhonghua <[email protected]>
Fri, 20 May 2016 00:09:44 +0000 (17:09 -0700)
committerLinus 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

index 540ab5b75dbb057b99f5d879edb703c4b18afe9c..44d178b8d1aa90c2876478ae04720b44d33d828d 100644 (file)
@@ -580,7 +580,7 @@ struct ocfs2_extended_slot {
 /*00*/ __u8    es_valid;
        __u8    es_reserved1[3];
        __le32  es_node_num;
-/*10*/
+/*08*/
 };
 
 /*