Skip to content

Commit

Permalink
xfs: remove the unused xfs_buf_delwri_sort function
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
  • Loading branch information
Christoph Hellwig committed Jul 13, 2011
1 parent cb669ca commit 54244fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 54244fe

Please sign in to comment.