patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / fs / xfs / xfs_da_btree.c
index 3965561..f0431b7 100644 (file)
@@ -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 @@ xfs_da_do_buf(
                                        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);
                                }
                        }