aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs/super.c')
-rw-r--r--fs/ubifs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 8c892c2d530..529be058202 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -2146,6 +2146,7 @@ static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags,
2146 if (IS_ERR(sb)) { 2146 if (IS_ERR(sb)) {
2147 err = PTR_ERR(sb); 2147 err = PTR_ERR(sb);
2148 kfree(c); 2148 kfree(c);
2149 goto out_close;
2149 } 2150 }
2150 2151
2151 if (sb->s_root) { 2152 if (sb->s_root) {