patch-2.4.27 linux-2.4.27/fs/xfs/xfs_da_btree.c
Next file: linux-2.4.27/fs/xfs/xfs_dir2_node.c
Previous file: linux-2.4.27/fs/xfs/xfs_clnt.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2004-08-07 16:26:06.122407098 -0700
- Orig file:
linux-2.4.26/fs/xfs/xfs_da_btree.c
- Orig date:
2004-02-18 05:36:32.000000000 -0800
diff -urN linux-2.4.26/fs/xfs/xfs_da_btree.c linux-2.4.27/fs/xfs/xfs_da_btree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
@@ -2166,9 +2166,9 @@
cmn_err(CE_ALERT,
"[%02d] br_startoff %lld br_startblock %lld br_blockcount %lld br_state %d\n",
i,
- mapp[i].br_startoff,
- mapp[i].br_startblock,
- mapp[i].br_blockcount,
+ (long long)mapp[i].br_startoff,
+ (long long)mapp[i].br_startblock,
+ (long long)mapp[i].br_blockcount,
mapp[i].br_state);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)