Extra { } look ugly, too, they are not consistant with rest of code and I introduced them :-(
--- clean/mm/vmscan.c Sun May 26 19:32:05 2002
+++ linux-swsusp/mm/vmscan.c Sun May 26 19:55:34 2002
@@ -794,10 +794,8 @@
add_wait_queue(&kswapd_wait, &wait);
mb();
- if (kswapd_can_sleep()) {
+ if (kswapd_can_sleep())
schedule();
- }
-
__set_current_state(TASK_RUNNING);
remove_wait_queue(&kswapd_wait, &wait);
-- (about SSSCA) "I don't say this lightly. However, I really think that the U.S. no longer is classifiable as a democracy, but rather as a plutocracy." --hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/