summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2_fs.h
diff options
context:
space:
mode:
authorGuozhonghua2016-05-20 02:09:44 +0200
committerLinus Torvalds2016-05-20 04:12:14 +0200
commit8ba442214c332a2a10ac90bc24ebb00aea4ae0ec (patch)
tree2d3b7781ff3ab1c58bd8bb02e42a0396d609881d /fs/ocfs2/ocfs2_fs.h
parentdebugobjects: insulate non-fixup logic related to static obj from fixup callb... (diff)
downloadkernel-qcow2-linux-8ba442214c332a2a10ac90bc24ebb00aea4ae0ec.tar.gz
kernel-qcow2-linux-8ba442214c332a2a10ac90bc24ebb00aea4ae0ec.tar.xz
kernel-qcow2-linux-8ba442214c332a2a10ac90bc24ebb00aea4ae0ec.zip
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>
Diffstat (limited to 'fs/ocfs2/ocfs2_fs.h')
-rw-r--r--fs/ocfs2/ocfs2_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h
index 540ab5b75dbb..44d178b8d1aa 100644
--- 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*/
};
/*