mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +08:00
de3f64b738
If an load_nls_xxx() function fails a few lines above, the 'sbi->bdi_id' is
still 0.
So, in the error handling path, we will call ida_simple_remove(..., 0)
which is not allocated yet.
In order to prevent a spurious "ida_free called for id=0 which is not
allocated." message, tweak the error handling path and add a new label.
Fixes:
|
||
---|---|---|
.. | ||
dir.c | ||
file.c | ||
Kconfig | ||
Makefile | ||
shfl_hostintf.h | ||
super.c | ||
utils.c | ||
vboxsf_wrappers.c | ||
vfsmod.h |