patch-2.4.26 linux-2.4.26/fs/xfs/xfs_dir2_node.c
Next file: linux-2.4.26/fs/xfs/xfs_dmapi.h
Previous file: linux-2.4.26/fs/xfs/xfs_dfrag.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
2004-04-14 06:05:40.000000000 -0700
- Orig file:
linux-2.4.25/fs/xfs/xfs_dir2_node.c
- Orig date:
2004-02-18 05:36:32.000000000 -0800
diff -urN linux-2.4.25/fs/xfs/xfs_dir2_node.c linux-2.4.26/fs/xfs/xfs_dir2_node.c
@@ -1573,15 +1573,16 @@
"%llu needed freesp block %lld for\n"
" data block %lld, got %lld\n"
" ifbno %llu lastfbno %d\n",
- dp->i_ino,
- XFS_DIR2_DB_TO_FDB(mp, dbno),
- dbno, fbno,
- ifbno, lastfbno);
+ (unsigned long long)dp->i_ino,
+ (long long)XFS_DIR2_DB_TO_FDB(mp, dbno),
+ (long long)dbno, (long long)fbno,
+ (unsigned long long)ifbno, lastfbno);
if (fblk) {
cmn_err(CE_ALERT,
- " fblk 0x%llu blkno %llu "
+ " fblk 0x%p blkno %llu "
"index %d magic 0x%x\n",
- fblk, fblk->blkno,
+ fblk,
+ (unsigned long long)fblk->blkno,
fblk->index,
fblk->magic);
} else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)