From d107438eba010f5fa7b6fa5bcdcf90cbe2ac15f5 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 10 Oct 2011 16:52:50 +0000 Subject: [PATCH] --- yaml --- r: 269927 b: refs/heads/master c: b38505b09b7854d446b2f60b4414e3231277aa1a h: refs/heads/master i: 269925: 3d017e52c53c21c6840e579b8e6fb0db6f7897e8 269923: 1b10d4e5c0a696a2c6a545d620cd3981950a37a6 269919: 307bf406dd92dc19ff4f5d3012fd1f4c6a3bc562 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_buf_item.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 8eff37c13877..9ea3983bab5a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 901796afca0d31d97bf6d1bf2ab251a93a4b8c83 +refs/heads/master: b38505b09b7854d446b2f60b4414e3231277aa1a diff --git a/trunk/fs/xfs/xfs_buf_item.c b/trunk/fs/xfs/xfs_buf_item.c index 06a76ca99659..65d6f4432d28 100644 --- a/trunk/fs/xfs/xfs_buf_item.c +++ b/trunk/fs/xfs/xfs_buf_item.c @@ -975,9 +975,7 @@ xfs_buf_iodone_callbacks( if (bp->b_target != lasttarg || time_after(jiffies, (lasttime + 5*HZ))) { lasttime = jiffies; - xfs_alert(mp, "Device %s: metadata write error block 0x%llx", - xfs_buf_target_name(bp->b_target), - (__uint64_t)XFS_BUF_ADDR(bp)); + xfs_buf_ioerror_alert(bp, __func__); } lasttarg = bp->b_target;