diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2010-10-26 17:22:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 19:52:15 -0400 |
commit | 766f9164193f6dda1497bbf3861060198421fb92 (patch) | |
tree | a2fd9a8231d12b822721a4306b614dd0e2e0d9c0 /mm/backing-dev.c | |
parent | 4ce6494dbd8909718840bb88d5a699ef6ce5c212 (diff) |
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>
Diffstat (limited to 'mm/backing-dev.c')
-rw-r--r-- | mm/backing-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/backing-dev.c b/mm/backing-dev.c index 5ad3c106606b..f2eb27884ffa 100644 --- a/mm/backing-dev.c +++ b/mm/backing-dev.c | |||
@@ -362,7 +362,7 @@ static int bdi_forker_thread(void *ptr) | |||
362 | { | 362 | { |
363 | struct bdi_writeback *me = ptr; | 363 | struct bdi_writeback *me = ptr; |
364 | 364 | ||
365 | current->flags |= PF_FLUSHER | PF_SWAPWRITE; | 365 | current->flags |= PF_SWAPWRITE; |
366 | set_freezable(); | 366 | set_freezable(); |
367 | 367 | ||
368 | /* | 368 | /* |