v2.5.0.4 -> v2.5.0.5
[linux-flexiantxendom0-3.2.10.git] / fs / reiserfs / journal.c
index 879d9fe..2c71fd4 100644 (file)
@@ -147,7 +147,7 @@ repeat:
   }
   bn = allocate_bitmap_node(p_s_sb) ;
   if (!bn) {
-    current->policy = SCHED_YIELD ;
+    current->policy |= SCHED_YIELD ;
     schedule() ;
     goto repeat ;
   }