xfs: remove xfs_buf_target_name
authorChristoph Hellwig <hch@infradead.org>
Mon, 10 Oct 2011 16:52:51 +0000 (16:52 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:11 +0000 (21:15 -0500)
commit02b102df1502a7ea4167d115510e1e8fe6467f12
treeb8895eb40f8690051a44858eeb497f61bfc2b74d
parentb38505b09b7854d446b2f60b4414e3231277aa1a
xfs: remove xfs_buf_target_name

The calling convention that returns a pointer to a static buffer is
fairly nasty, so just opencode it in the only caller that is left.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h