diff mbox

ext4: remove unused variable in ext4_get_parent

Message ID 20081023183329.GA26003@lst.de
State Accepted, archived
Headers show

Commit Message

Christoph Hellwig Oct. 23, 2008, 6:33 p.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: linux-2.6/fs/ext4/namei.c
===================================================================
--- linux-2.6.orig/fs/ext4/namei.c	2008-10-23 20:32:28.000000000 +0200
+++ linux-2.6/fs/ext4/namei.c	2008-10-23 20:32:47.000000000 +0200
@@ -1061,7 +1061,6 @@  static struct dentry *ext4_lookup(struct
 struct dentry *ext4_get_parent(struct dentry *child)
 {
 	unsigned long ino;
-	struct dentry *parent;
 	struct inode *inode;
 	static const struct qstr dotdot = {
 		.name = "..",