Commit f4c5499d authored by Al Viro's avatar Al Viro

ntfs: forgets to unregister sysctls on register_filesystem() failure

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 03e897a1
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment