aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/linux-2.6/xfs_buf.c8
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
1724void
1725xfs_buf_delwri_sort(
1726 xfs_buftarg_t *target,
1727 struct list_head *list)
1728{
1729 list_sort(NULL, list, xfs_buf_cmp);
1730}
1731
1732STATIC int 1724STATIC int
1733xfsbufd( 1725xfsbufd(
1734 void *data) 1726 void *data)