patch-2.4.20 linux-2.4.20/fs/jffs2/nodelist.c
Next file: linux-2.4.20/fs/jffs2/nodelist.h
Previous file: linux-2.4.20/fs/jffs2/gc.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/fs/jffs2/nodelist.c
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/fs/jffs2/nodelist.c linux-2.4.20/fs/jffs2/nodelist.c
@@ -31,7 +31,7 @@
* provisions above, a recipient may use your version of this file
* under either the RHEPL or the GPL.
*
- * $Id: nodelist.c,v 1.30.2.4 2002/05/10 18:30:33 dwmw2 Exp $
+ * $Id: nodelist.c,v 1.30.2.5 2002/08/20 21:02:00 dwmw2 Exp $
*
*/
@@ -202,9 +202,9 @@
err = -EIO;
goto free_out;
}
- if (node.d.version > *highest_version)
+ if (node.i.version > *highest_version)
*highest_version = node.i.version;
- D1(printk(KERN_DEBUG "version %d, highest_version now %d\n", node.d.version, *highest_version));
+ D1(printk(KERN_DEBUG "version %d, highest_version now %d\n", node.i.version, *highest_version));
if (ref->flash_offset & 1) {
D1(printk(KERN_DEBUG "obsoleted\n"));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)