| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 08/11] xfs: remove the unused xfs_buf_delwri_sort function |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Sun, 10 Jul 2011 16:49:24 -0400 |
| References: | <20110710204916.856267100@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.48-1 |
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/linux-2.6/xfs_buf.c
===================================================================
--- xfs.orig/fs/xfs/linux-2.6/xfs_buf.c 2011-07-09 12:26:19.035110293 +0200
+++ xfs/fs/xfs/linux-2.6/xfs_buf.c 2011-07-09 12:26:36.285109419 +0200
@@ -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)
|
| Previous by Date: | [PATCH 11/11] xfs: kill the dead XFS_DABUF debug code, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 05/11] xfs: add a proper transaction pointer to struct xfs_buf, Christoph Hellwig |
| Previous by Thread: | Re: [PATCH 11/11] xfs: kill the dead XFS_DABUF debug code, Alex Elder |
| Next by Thread: | Re: [PATCH 08/11] xfs: remove the unused xfs_buf_delwri_sort function, Alex Elder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |