forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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);