Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba514a57 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Greg Kroah-Hartman
Browse files

sysfs: Remove double free sysfs_get_sb

parent 9e7fdd25
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ static int sysfs_get_sb(struct file_system_type *fs_type,
	if (IS_ERR(sb) || sb->s_fs_info != info)
		kfree(info);
	if (IS_ERR(sb)) {
		kfree(info);
		error = PTR_ERR(sb);
		goto out;
	}