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>
此提交包含在:
Christoph Hellwig
2010-10-01 05:43:58 +02:00
提交者 Christoph Hellwig
父節點 f17c89bfcc
當前提交 66e5db05bb
共有 2 個檔案被更改,包括 0 行新增3 行删除

查看文件

@@ -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;