Since the switch to dentry cache implementation we no longer allocate
the super block, so we must not free it in the error path.

Fixes: ("4d2b23bcf9 fs: ubifs: Switch to dentry cache implementation")

Signed-off-by: Sascha Hauer <[email protected]>
---
 fs/ubifs/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index abf8ef63c9..977c723442 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -2590,6 +2590,5 @@ int ubifs_get_super(struct device_d *dev, struct 
ubi_volume_desc *ubi, int silen
        return 0;
 out:
        kfree(c);
-       kfree(sb);
        return err;
 }
-- 
2.19.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to