patch-2.4.14 linux/fs/reiserfs/objectid.c
Next file: linux/fs/reiserfs/prints.c
Previous file: linux/fs/reiserfs/namei.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Oct 30 15:11:34 2001
-  Orig file: 
v2.4.13/linux/fs/reiserfs/objectid.c
-  Orig date: 
Tue Oct 23 22:48:53 2001
diff -u --recursive --new-file v2.4.13/linux/fs/reiserfs/objectid.c linux/fs/reiserfs/objectid.c
@@ -21,7 +21,7 @@
 {
     if (le32_to_cpu (map[0]) != 1)
 	reiserfs_panic (s, "vs-15010: check_objectid_map: map corrupted: %lx",
-			le32_to_cpu (map[0]));
+			( long unsigned int ) le32_to_cpu (map[0]));
 
     // FIXME: add something else here
 }
@@ -161,7 +161,7 @@
     }
 
     reiserfs_warning ("vs-15010: reiserfs_release_objectid: tried to free free object id (%lu)", 
-		      objectid_to_release);
+		      ( long unsigned ) objectid_to_release);
 }
 
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)