diff options
author | Christoph Hellwig <hch@tuxera.com> | 2010-10-01 05:43:58 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2010-10-01 05:43:58 +0200 |
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 { int alloc_blksz_shift; u32 total_blocks; u32 free_blocks; - u32 next_alloc; u32 next_cnid; u32 file_count; u32 folder_count; |