diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2011-07-22 19:40:46 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-07-25 16:03:37 -0400 |
commit | c35a549c8b9e85bdff7e531a410d10e36b4b4f32 (patch) | |
tree | b23147bbbe1f84fef1abc7912c0b7a38b9a30fdd /fs/xfs/xfs_buf_item.c | |
parent | 49074c069cd3f0f683325d0c7f8b2765dbe2e294 (diff) |
xfs: Remove the macro XFS_BUFTARG_NAME
Remove the definition and usages of the macro XFS_BUFTARG_NAME.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_buf_item.c')
-rw-r--r-- | fs/xfs/xfs_buf_item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c index 5c2b5549e14e..0402173e79e9 100644 --- a/fs/xfs/xfs_buf_item.c +++ b/fs/xfs/xfs_buf_item.c | |||
@@ -975,7 +975,7 @@ xfs_buf_iodone_callbacks( | |||
975 | time_after(jiffies, (lasttime + 5*HZ))) { | 975 | time_after(jiffies, (lasttime + 5*HZ))) { |
976 | lasttime = jiffies; | 976 | lasttime = jiffies; |
977 | xfs_alert(mp, "Device %s: metadata write error block 0x%llx", | 977 | xfs_alert(mp, "Device %s: metadata write error block 0x%llx", |
978 | XFS_BUFTARG_NAME(bp->b_target), | 978 | xfs_buf_target_name(bp->b_target), |
979 | (__uint64_t)XFS_BUF_ADDR(bp)); | 979 | (__uint64_t)XFS_BUF_ADDR(bp)); |
980 | } | 980 | } |
981 | lasttarg = bp->b_target; | 981 | lasttarg = bp->b_target; |