diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2010-10-26 14:22:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 16:52:15 -0700 |
commit | 766f9164193f6dda1497bbf3861060198421fb92 (patch) | |
tree | a2fd9a8231d12b822721a4306b614dd0e2e0d9c0 /mm/backing-dev.c | |
parent | 4ce6494dbd8909718840bb88d5a699ef6ce5c212 (diff) | |
download | linux-766f9164193f6dda1497bbf3861060198421fb92.tar.bz2 |
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) { struct bdi_writeback *me = ptr; - current->flags |= PF_FLUSHER | PF_SWAPWRITE; + current->flags |= PF_SWAPWRITE; set_freezable(); /* |