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 /fs/fs-writeback.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 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index b5aae4bd0aca..9e46aec10d1a 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -794,7 +794,7 @@ int bdi_writeback_thread(void *data) | |||
794 | struct backing_dev_info *bdi = wb->bdi; | 794 | struct backing_dev_info *bdi = wb->bdi; |
795 | long pages_written; | 795 | long pages_written; |
796 | 796 | ||
797 | current->flags |= PF_FLUSHER | PF_SWAPWRITE; | 797 | current->flags |= PF_SWAPWRITE; |
798 | set_freezable(); | 798 | set_freezable(); |
799 | wb->last_active = jiffies; | 799 | wb->last_active = jiffies; |
800 | 800 | ||