]> git.karo-electronics.de Git - karo-tx-linux.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>
Tue, 11 Oct 2011 16:38:56 +0000 (11:38 -0500)
commit93a091c78c261bdac5873067a08e2fb8d55d7dd0
tree7aac6e34e51bacbed0036be7c5a8dcc57549607c
parent73e215d722e349558f94bf6eae073516e425ddc1
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