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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=934b25c597c0e98304a7eaec198a87e4633a42bb;p=linux-beck.git [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 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, error = setxattr(dentry, name, value, size, flags); mnt_drop_write(f->f_path.mnt); } -out_fput: fput(f); return error; }