ntfs: forgets to unregister sysctls on register_filesystem() failure
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
03e897a1ed
commit
f4c5499d2c
@ -3159,6 +3159,8 @@ static int __init init_ntfs_fs(void)
|
||||
}
|
||||
printk(KERN_CRIT "NTFS: Failed to register NTFS filesystem driver!\n");
|
||||
|
||||
/* Unregister the ntfs sysctls. */
|
||||
ntfs_sysctl(0);
|
||||
sysctl_err_out:
|
||||
kmem_cache_destroy(ntfs_big_inode_cache);
|
||||
big_inode_err_out:
|
||||
|
Loading…
Reference in New Issue
Block a user