mtd/fs/jffs2 gc.c,1.121,1.122
David Woodhouse
dwmw2 at infradead.org
Sun Nov 2 03:47:40 EST 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv15270
Modified Files:
gc.c
Log Message:
It's ilookup() not ifind()
Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- gc.c 1 Nov 2003 16:28:13 -0000 1.121
+++ gc.c 2 Nov 2003 08:47:37 -0000 1.122
@@ -377,9 +377,9 @@
/* Only GC from it if it's still actually in the
icache and hasn't been deleted while we were
pondering it. */
- inode = ifind(OFNI_BS_2SFFJ(c), ic->ino);
+ inode = ilookup(OFNI_BS_2SFFJ(c), ic->ino);
if (!inode) {
- D1(printk(KERN_WARNING "ifind failed for ino #%u; inode is deleted. Skipping.\n",
+ D1(printk(KERN_WARNING "ilookup() failed for ino #%u; inode is probably deleted. Skipping.\n",
ic->ino));
return 0;
}
More information about the linux-mtd-cvs
mailing list