Skip to content

Commit 8ba4422

Browse files
Guozhonghuatorvalds
Guozhonghua
authored andcommitted
ocfs2: fix comment in struct ocfs2_extended_slot
The comment in ocfs2_extended_slot has the offset wrong. Cc: Mark Fasheh <mfasheh@suse.de> Cc: Joel Becker <jlbec@evilplan.org> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Joseph Qi <joseph.qi@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b9fdac7 commit 8ba4422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/ocfs2_fs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ struct ocfs2_extended_slot {
580580
/*00*/ __u8 es_valid;
581581
__u8 es_reserved1[3];
582582
__le32 es_node_num;
583-
/*10*/
583+
/*08*/
584584
};
585585

586586
/*

0 commit comments

Comments
 (0)