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

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

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 94bc891b
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment