commit | 934b25c597c0e98304a7eaec198a87e4633a42bb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 23 00:04:04 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 23 00:04:04 2008 -0400 |
tree | 8a7cac4f818e8fb4e835be3afeabf52fb4eaa94e | |
parent | 94bc891b00e40cbec375feb4568780af183fd7f4 [diff] |
[PATCH] remove unused label in xattr.c (noise from ro-bind) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/xattr.c b/fs/xattr.c index f7062da..89a942f 100644 --- a/fs/xattr.c +++ b/fs/xattr.c
@@ -307,7 +307,6 @@ error = setxattr(dentry, name, value, size, flags); mnt_drop_write(f->f_path.mnt); } -out_fput: fput(f); return error; }