diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:54 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:54 +0100 |
commit | 1d4ad1decc539c9729b592e6050460d6487c95f4 (patch) | |
tree | c158c5f5baf15ea4bab5c05b2f6e2bdaca332c29 /mount/linux_fs.h | |
parent | ffc4374869b9ac10539a3c18e13b29d1b0c64484 (diff) | |
download | util-linux-old-1d4ad1decc539c9729b592e6050460d6487c95f4.tar.gz |
Imported from util-linux-2.11q tarball.
Diffstat (limited to 'mount/linux_fs.h')
-rw-r--r-- | mount/linux_fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
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" |