diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-05-18 02:20:32 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-09-11 03:20:25 -0400 |
commit | d0bceac747b547c0b4769b91fec7d3c15600153f (patch) | |
tree | f8de99db3c0cdafb01a801d1c2e94b2f5ddac967 /fs | |
parent | 03ba3782e8dcc5b0e1efe440d33084f066e38cae (diff) |
writeback: get rid of pdflush completely
It is now unused, so kill it off.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/fs-writeback.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 7f6dae8aa47f..2e601ce581c9 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -30,6 +30,11 @@ | |||
30 | #define inode_to_bdi(inode) ((inode)->i_mapping->backing_dev_info) | 30 | #define inode_to_bdi(inode) ((inode)->i_mapping->backing_dev_info) |
31 | 31 | ||
32 | /* | 32 | /* |
33 | * We don't actually have pdflush, but this one is exported though /proc... | ||
34 | */ | ||
35 | int nr_pdflush_threads; | ||
36 | |||
37 | /* | ||
33 | * Work items for the bdi_writeback threads | 38 | * Work items for the bdi_writeback threads |
34 | */ | 39 | */ |
35 | struct bdi_work { | 40 | struct bdi_work { |