Loading fs/romfs/super.c +1 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,7 @@ static int romfs_fill_super(struct super_block *sb, void *data, int silent) error_rsb_inval: ret = -EINVAL; error_rsb: kfree(rsb); return ret; } Loading Loading
fs/romfs/super.c +1 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,7 @@ static int romfs_fill_super(struct super_block *sb, void *data, int silent) error_rsb_inval: ret = -EINVAL; error_rsb: kfree(rsb); return ret; } Loading