[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1208946128-25861-1-git-send-email-Uwe.Kleine-Koenig@digi.com>
Date: Wed, 23 Apr 2008 12:22:08 +0200
From: Uwe Kleine-König <Uwe.Kleine-Koenig@...i.com>
To: linux-kernel@...r.kernel.org
CC: trivial@...nel.org, Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>,
Christoph Hellwig <hch@....de>,
Dave Hansen <haveblue@...ibm.com>
Subject: [PATCH] remove unused label out_fput
out_fput was introduced in 18f335aff86913de3c76f88d32c8135c1da62ce6 without
any user.
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@...i.com>
Cc: Al Viro <viro@...iv.linux.org.uk>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Christoph Hellwig <hch@....de>
Cc: Dave Hansen <haveblue@...ibm.com>
---
fs/xattr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/xattr.c b/fs/xattr.c
index f7062da..3edcc1d 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -307,7 +307,7 @@ 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;
}
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists