* [PATCH] [JFFS2] JFFS2 works again
@ 2007-11-06 8:21 Kyungmin Park
0 siblings, 0 replies; only message in thread
From: Kyungmin Park @ 2007-11-06 8:21 UTC (permalink / raw)
To: linux-mtd
[JFFS2] JFFS2 works again
Fix undefined varialbe after the recent commit
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c
diff --git a/fs/jffs2/write.c b/fs/jffs2/write.c
index 611012f..ecdf18d 100644
--- a/fs/jffs2/write.c
+++ b/fs/jffs2/write.c
@@ -606,7 +606,6 @@ int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f,
fd->ino = 0;
break;
}
- prev = &((*prev)->next);
}
up(&dir_f->sem);
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-06 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 8:21 [PATCH] [JFFS2] JFFS2 works again Kyungmin Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox