aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/fs-writeback.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 05444eaa3f36..57fbfd0ebc52 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -804,13 +804,6 @@ int bdi_writeback_thread(void *data)
804 unsigned long wait_jiffies = -1UL; 804 unsigned long wait_jiffies = -1UL;
805 long pages_written; 805 long pages_written;
806 806
807 /*
808 * Add us to the active bdi_list
809 */
810 spin_lock_bh(&bdi_lock);
811 list_add_rcu(&bdi->bdi_list, &bdi_list);
812 spin_unlock_bh(&bdi_lock);
813
814 current->flags |= PF_FLUSHER | PF_SWAPWRITE; 807 current->flags |= PF_FLUSHER | PF_SWAPWRITE;
815 set_freezable(); 808 set_freezable();
816 809