* [PATCH] ext4: remove unused variable in ext4_get_parent
@ 2008-10-23 18:33 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2008-10-23 18:33 UTC (permalink / raw)
To: torvalds; +Cc: linux-ext4
Signed-off-by: Christoph Hellwig <hch@lst.de>
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 = "..",
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 18:33 [PATCH] ext4: remove unused variable in ext4_get_parent Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).