projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94bc891
)
[PATCH] remove unused label in xattr.c (noise from ro-bind)
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 23 Apr 2008 04:04:04 +0000
(
00:04
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 23 Apr 2008 04:04:04 +0000
(
00:04
-0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xattr.c
patch
|
blob
|
history
diff --git
a/fs/xattr.c
b/fs/xattr.c
index f7062da505d4b1a6d64fc5d686a98ed8cea5e7f4..89a942f07e1be839af7d8cef99e377d85db6fb27 100644
(file)
--- a/
fs/xattr.c
+++ b/
fs/xattr.c
@@
-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;
}