From: Al Viro Date: Wed, 23 Apr 2008 04:04:04 +0000 (-0400) Subject: [PATCH] remove unused label in xattr.c (noise from ro-bind) X-Git-Tag: v2.6.26-rc1~1094^2~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934b25c597c0e98304a7eaec198a87e4633a42bb;p=linux-2.6 [PATCH] remove unused label in xattr.c (noise from ro-bind) Signed-off-by: Al Viro --- diff --git a/fs/xattr.c b/fs/xattr.c index f7062da505..89a942f07e 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; }