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:
committed by
Linus Torvalds
parent
4ce6494dbd
commit
766f916419
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user