diff options
Diffstat (limited to 'include/linux/affs_fs_sb.h')
-rw-r--r-- | include/linux/affs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/affs_fs_sb.h b/include/linux/affs_fs_sb.h index 7ab261209..a066aee71 100644 --- a/include/linux/affs_fs_sb.h +++ b/include/linux/affs_fs_sb.h @@ -37,6 +37,7 @@ struct affs_zone { struct affs_sb_info { int s_partition_size; /* Partition size in blocks. */ + int s_blksize; /* Initial device blksize */ s32 s_root_block; /* FFS root block number. */ int s_hashsize; /* Size of hash table. */ unsigned long s_flags; /* See below. */ |