hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/fs/hfsplus/super.c
....@@ -295,11 +295,11 @@
295295 hfsplus_sync_fs(sb, 1);
296296 }
297297
298
+ iput(sbi->alloc_file);
299
+ iput(sbi->hidden_dir);
298300 hfs_btree_close(sbi->attr_tree);
299301 hfs_btree_close(sbi->cat_tree);
300302 hfs_btree_close(sbi->ext_tree);
301
- iput(sbi->alloc_file);
302
- iput(sbi->hidden_dir);
303303 kfree(sbi->s_vhdr_buf);
304304 kfree(sbi->s_backup_vhdr_buf);
305305 unload_nls(sbi->nls);