diff options
author | Christoph Hellwig <hch@tuxera.com> | 2010-09-30 23:43:58 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2010-09-30 23:43:58 -0400 |
commit | 66e5db05bb6670f314d90aba5998e6a033e4d563 (patch) | |
tree | 66bae4889f95b20521d890e4dda944672663aa50 /fs/hfsplus/hfsplus_fs.h | |
parent | f17c89bfcc9cccd405098eac3ec1ebfddf03279e (diff) |
hfsplus: do not cache and write next_alloc
We never look at it, nor change the next_alloc field in the superblock. So
don't bother caching it or writing it out in hfsplus_sync_fs.
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r-- | fs/hfsplus/hfsplus_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 169cef964b51..5e2418a71887 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h | |||
@@ -129,7 +129,6 @@ struct hfsplus_sb_info { | |||
129 | int alloc_blksz_shift; | 129 | int alloc_blksz_shift; |
130 | u32 total_blocks; | 130 | u32 total_blocks; |
131 | u32 free_blocks; | 131 | u32 free_blocks; |
132 | u32 next_alloc; | ||
133 | u32 next_cnid; | 132 | u32 next_cnid; |
134 | u32 file_count; | 133 | u32 file_count; |
135 | u32 folder_count; | 134 | u32 folder_count; |