From 934b25c597c0e98304a7eaec198a87e4633a42bb Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 23 Apr 2008 00:04:04 -0400 Subject: [PATCH] remove unused label in xattr.c (noise from ro-bind) Signed-off-by: Al Viro --- fs/xattr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/xattr.c') diff --git a/fs/xattr.c b/fs/xattr.c index f7062da505d..89a942f07e1 100644 --- 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; } -- cgit v1.2.3