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

Commit 934b25c5 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] remove unused label in xattr.c (noise from ro-bind)



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 94bc891b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@ sys_fsetxattr(int fd, char __user *name, void __user *value,
		error = setxattr(dentry, name, value, size, flags);
		mnt_drop_write(f->f_path.mnt);
	}
out_fput:
	fput(f);
	return error;
}