From: Guozhonghua Date: Fri, 20 May 2016 00:09:44 +0000 (-0700) Subject: ocfs2: fix comment in struct ocfs2_extended_slot X-Git-Tag: v4.7-rc1~110^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ba442214c332a2a10ac90bc24ebb00aea4ae0ec;p=platform%2Fkernel%2Flinux-exynos.git ocfs2: fix comment in struct ocfs2_extended_slot The comment in ocfs2_extended_slot has the offset wrong. Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Joseph Qi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index 540ab5b..44d178b 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*/ }; /*