From: Christoph Hellwig Date: Wed, 13 Jul 2011 11:43:49 +0000 (+0200) Subject: xfs: remove the unused xfs_buf_delwri_sort function X-Git-Tag: v3.1-rc1~322^2~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=54244fec67024032cb54eb604b2a36579b5db2d3;p=~emulex%2Finfiniband.git xfs: remove the unused xfs_buf_delwri_sort function Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 888176ad530..b2b41198559 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( return 0; } -void -xfs_buf_delwri_sort( - xfs_buftarg_t *target, - struct list_head *list) -{ - list_sort(NULL, list, xfs_buf_cmp); -} - STATIC int xfsbufd( void *data)