aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-10-10 12:52:43 -0400
committerAlex Elder <aelder@sgi.com>2011-10-11 22:15:09 -0400
commitb17b833443a3b65907f5ecb36f8af33996f6ec78 (patch)
treeee378ac255df193914c70015b95b37944ce6aca1 /fs/xfs/xfs_buf.c
parent87c7bec7fc3377b3873eb3a0f4b603981ea16ebb (diff)
xfs: remove xfs_get_buftarg_list
The code is unused and under a config option that doesn't exist, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r--fs/xfs/xfs_buf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index 6785b7bd952d..e0339a4a0bc8 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -1835,11 +1835,3 @@ xfs_buf_terminate(void)
1835 destroy_workqueue(xfslogd_workqueue); 1835 destroy_workqueue(xfslogd_workqueue);
1836 kmem_zone_destroy(xfs_buf_zone); 1836 kmem_zone_destroy(xfs_buf_zone);
1837} 1837}
1838
1839#ifdef CONFIG_KDB_MODULES
1840struct list_head *
1841xfs_get_buftarg_list(void)
1842{
1843 return &xfs_buftarg_list;
1844}
1845#endif