kernel: remove PF_FLUSHER

PF_FLUSHER is only ever set, not tested, remove it.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Peter Zijlstra
2010-10-26 14:22:45 -07:00
committed by Linus Torvalds
parent 4ce6494dbd
commit 766f916419
3 changed files with 2 additions and 3 deletions

View File

@@ -794,7 +794,7 @@ int bdi_writeback_thread(void *data)
struct backing_dev_info *bdi = wb->bdi;
long pages_written;
current->flags |= PF_FLUSHER | PF_SWAPWRITE;
current->flags |= PF_SWAPWRITE;
set_freezable();
wb->last_active = jiffies;