From: Christoph Hellwig Date: Thu, 23 Oct 2008 18:33:29 +0000 (+0200) Subject: ext4: remove unused variable in ext4_get_parent X-Git-Tag: v2.6.28-rc1~15 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=3856d30ded1fe43c6657927ebad402d25cd128f4 ext4: remove unused variable in ext4_get_parent Signed-off-by: Christoph Hellwig [ All users removed in "switch all filesystems over to d_obtain_alias", aka commit 440037287c5ebb07033ab927ca16bb68c291d309 ] Signed-off-by: Linus Torvalds --- diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 5b93a7d94d4..63adcb79298 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -1061,7 +1061,6 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, stru struct dentry *ext4_get_parent(struct dentry *child) { unsigned long ino; - struct dentry *parent; struct inode *inode; static const struct qstr dotdot = { .name = "..",