From 1d4ad1decc539c9729b592e6050460d6487c95f4 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:54 +0100 Subject: Imported from util-linux-2.11q tarball. --- mount/linux_fs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mount/linux_fs.h') diff --git a/mount/linux_fs.h b/mount/linux_fs.h index c6ef8105..3885d724 100644 --- a/mount/linux_fs.h +++ b/mount/linux_fs.h @@ -193,7 +193,9 @@ struct vxfs_super_block { #define VXFS_SUPER_MAGIC 0xa501FCF5 struct jfs_super_block { - char s_magic[4]; + char s_magic[4]; + u_char s_dummy1[97]; + char s_fpack[11]; }; #define JFS_SUPER1_OFF 0x8000 #define JFS_MAGIC "JFS1" -- cgit v1.2.3