| To: | linux-kernel@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 5/6] xfs: remove nr_to_write writeback windup. |
| From: | Dave Chinner <david@xxxxxxxxxxxxx> |
| Date: | Tue, 25 May 2010 20:54:11 +1000 |
| Cc: | xfs@xxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, linux-ext4@xxxxxxxxxxxxxxx, tytso@xxxxxxx, jens.axboe@xxxxxxxxxx |
| In-reply-to: | <1274784852-30502-1-git-send-email-david@xxxxxxxxxxxxx> |
| References: | <1274784852-30502-1-git-send-email-david@xxxxxxxxxxxxx> |
From: Dave Chinner <dchinner@xxxxxxxxxx>
Now that the background flush code has been fixed, we shouldn't need to
silently multiply the wbc->nr_to_write to get good writeback. Remove
that code.
Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx>
---
fs/xfs/linux-2.6/xfs_aops.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c
index 089eaca..4c89db3 100644
--- a/fs/xfs/linux-2.6/xfs_aops.c
+++ b/fs/xfs/linux-2.6/xfs_aops.c
@@ -1366,14 +1366,6 @@ xfs_vm_writepage(
if (!page_has_buffers(page))
create_empty_buffers(page, 1 << inode->i_blkbits, 0);
-
- /*
- * VM calculation for nr_to_write seems off. Bump it way
- * up, this gets simple streaming writes zippy again.
- * To be reviewed again after Jens' writeback changes.
- */
- wbc->nr_to_write *= 4;
-
/*
* Convert delayed allocate, unwritten or unmapped space
* to real space and flush out to disk.
--
1.5.6.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/6] writeback: initial tracing support, Dave Chinner |
|---|---|
| Next by Date: | [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF, Dave Chinner |
| Previous by Thread: | Re: [PATCH 1/6] writeback: initial tracing support, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 5/6] xfs: remove nr_to_write writeback windup., Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |