diff options
author | Christoph Hellwig <hch@lst.de> | 2008-10-23 20:33:29 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 12:03:23 -0700 |
commit | 3856d30ded1fe43c6657927ebad402d25cd128f4 (patch) | |
tree | e2313de491919549ed9065fb2604dd3d19a33ea3 /fs | |
parent | f3161f36f5f49ee995b90d6207d8b6d990355e0a (diff) | |
download | linux-3.10-3856d30ded1fe43c6657927ebad402d25cd128f4.tar.gz linux-3.10-3856d30ded1fe43c6657927ebad402d25cd128f4.tar.bz2 linux-3.10-3856d30ded1fe43c6657927ebad402d25cd128f4.zip |
ext4: remove unused variable in ext4_get_parent
Signed-off-by: Christoph Hellwig <hch@lst.de>
[ All users removed in "switch all filesystems over to d_obtain_alias",
aka commit 440037287c5ebb07033ab927ca16bb68c291d309 ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "..", |