[PATCH] remove unused label in xattr.c (noise from ro-bind)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
94bc891b00
commit
934b25c597
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue