lkml.org 
[lkml]   [2004]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] XFS warning on sparc64
This is 2.6.6-rc3+BK as of today on a sparc64 (gcc 3.3.3 on Debian):

CC [M] fs/xfs/xfs_buf_item.o
fs/xfs/xfs_buf_item.c: In function `xfs_buf_iodone_callbacks':
fs/xfs/xfs_buf_item.c:1055: warning: long long unsigned int format, xfs_daddr_t arg (arg 3)

The following patch seems to fix it - is it correct?

===== fs/xfs/xfs_buf_item.c 1.16 vs edited =====
--- 1.16/fs/xfs/xfs_buf_item.c Mon Feb 9 06:12:20 2004
+++ edited/fs/xfs/xfs_buf_item.c Thu May 6 20:09:01 2004
@@ -1053,7 +1053,7 @@
(time_after(jiffies, (lasttime + 5*HZ)))) {
lasttime = jiffies;
prdev("XFS write error in file system meta-data "
- "block 0x%Lx in %s",
+ "block 0x%Zx in %s",
XFS_BUF_TARGET(bp),
XFS_BUF_ADDR(bp), mp->m_fsname);
}

--
Meelis Roos (mroos@linux.ee)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.056 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site