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
@@ -362,7 +362,7 @@ static int bdi_forker_thread(void *ptr)
|
||||
{
|
||||
struct bdi_writeback *me = ptr;
|
||||
|
||||
current->flags |= PF_FLUSHER | PF_SWAPWRITE;
|
||||
current->flags |= PF_SWAPWRITE;
|
||||
set_freezable();
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user