]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
jfs: remove incorrect comment in jfs_superblock
authorDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 10 Jan 2019 15:56:09 +0000 (09:56 -0600)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 10 Jan 2019 15:56:09 +0000 (09:56 -0600)
There is a comment in struct jfs_superblock that incorrectly labels
a 128-byte boundary. It has never been correct.

Shenghui Wang proposed moving it to the correct spot, before s_xlogpxd,
but at this point, I believe it is best just to remove it.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Reported-by: Shenghui Wang <shhuiw@foxmail.com>
fs/jfs/jfs_superblock.h

index 04847b8d3070f7bd81708a3c43057119c082c434..302517421a8b59eed9ee4dda888792d01fb6494f 100644 (file)
@@ -98,8 +98,6 @@ struct jfs_superblock {
        __le64 s_xsize;         /* 8: extendfs s_size */
        pxd_t s_xfsckpxd;       /* 8: extendfs fsckpxd */
        pxd_t s_xlogpxd;        /* 8: extendfs logpxd */
-       /* - 128 byte boundary - */
-
        char s_uuid[16];        /* 16: 128-bit uuid for volume */
        char s_label[16];       /* 16: volume label */
        char s_loguuid[16];     /* 16: 128-bit uuid for log device */