VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Dave Kleikamp <dave.kleikamp@oracle.com> 2019-01-10 09:56:09 -0600 committer: Dave Kleikamp <dave.kleikamp@oracle.com> 2019-01-10 09:56:09 -0600 commit: 3a9a12fbed5fea3f062f98d012d4284fc5fdc5bb parent: a83722f45c5baa350693795b0dc3f04ab5201a6b
Commit Summary:
jfs: remove incorrect comment in jfs_superblock
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/jfs/jfs_superblock.h b/fs/jfs/jfs_superblock.h
index 04847b8d3070..302517421a8b 100644
--- a/fs/jfs/jfs_superblock.h
+++ b/fs/jfs/jfs_superblock.h
@@ -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 */