dect
/
linux-2.6
Archived
13
0
Fork 0

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 440037287c ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Christoph Hellwig 2008-10-23 20:33:29 +02:00 committed by Linus Torvalds
parent f3161f36f5
commit 3856d30ded
1 changed files with 0 additions and 1 deletions

View File

@ -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 = "..",