kernel/fs/hfsplus/super.c
.. .. @@ -295,11 +295,11 @@ 295 295 hfsplus_sync_fs(sb, 1); 296 296 } 297 297 298 + iput(sbi->alloc_file);299 + iput(sbi->hidden_dir);298 300 hfs_btree_close(sbi->attr_tree); 299 301 hfs_btree_close(sbi->cat_tree); 300 302 hfs_btree_close(sbi->ext_tree); 301 - iput(sbi->alloc_file);302 - iput(sbi->hidden_dir);303 303 kfree(sbi->s_vhdr_buf); 304 304 kfree(sbi->s_backup_vhdr_buf); 305 305 unload_nls(sbi->nls);