diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-23 00:04:04 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-23 00:04:04 -0400 |
commit | 934b25c597c0e98304a7eaec198a87e4633a42bb (patch) | |
tree | 8a7cac4f818e8fb4e835be3afeabf52fb4eaa94e /fs | |
parent | 94bc891b00e40cbec375feb4568780af183fd7f4 (diff) |
[PATCH] remove unused label in xattr.c (noise from ro-bind)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xattr.c b/fs/xattr.c index f7062da505d4..89a942f07e1b 100644 --- a/fs/xattr.c +++ b/fs/xattr.c | |||
@@ -307,7 +307,6 @@ sys_fsetxattr(int fd, char __user *name, void __user *value, | |||
307 | error = setxattr(dentry, name, value, size, flags); | 307 | error = setxattr(dentry, name, value, size, flags); |
308 | mnt_drop_write(f->f_path.mnt); | 308 | mnt_drop_write(f->f_path.mnt); |
309 | } | 309 | } |
310 | out_fput: | ||
311 | fput(f); | 310 | fput(f); |
312 | return error; | 311 | return error; |
313 | } | 312 | } |