diff options
author | Christoph Hellwig <hch@lst.de> | 2011-07-13 07:43:49 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2011-07-13 07:43:49 -0400 |
commit | 54244fec67024032cb54eb604b2a36579b5db2d3 (patch) | |
tree | 8168bd1b0e50f6500a386125d7e0f43b9a6ce0ea /fs/xfs | |
parent | cb669ca5701153a808db6627521cc8aa52fc42d1 (diff) |
xfs: remove the unused xfs_buf_delwri_sort function
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 888176ad5308..b2b411985591 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1721,14 +1721,6 @@ xfs_buf_cmp( | |||
1721 | return 0; | 1721 | return 0; |
1722 | } | 1722 | } |
1723 | 1723 | ||
1724 | void | ||
1725 | xfs_buf_delwri_sort( | ||
1726 | xfs_buftarg_t *target, | ||
1727 | struct list_head *list) | ||
1728 | { | ||
1729 | list_sort(NULL, list, xfs_buf_cmp); | ||
1730 | } | ||
1731 | |||
1732 | STATIC int | 1724 | STATIC int |
1733 | xfsbufd( | 1725 | xfsbufd( |
1734 | void *data) | 1726 | void *data) |