]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita5858ed4f1854327161233b5fbab47e1e793d4a8
treeb8895eb40f8690051a44858eeb497f61bfc2b74d
parent60fb7ea800dc46e1ebfe5dc949ca77178cc44e8b
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