From: Christoph Hellwig Date: Thu, 23 Oct 2008 18:33:29 +0000 (+0200) Subject: ext4: remove unused variable in ext4_get_parent X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3856d30ded1fe43c6657927ebad402d25cd128f4;p=linux-beck.git 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 5b93a7d94d42..63adcb792988 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 = "..",