PF_NOIO missing.

From: Dave Jones (davej@suse.de)
Date: Sun Dec 30 2001 - 15:58:46 EST


Oops, we didn't resync this bit quick enough..
Fixes build failure in loop.

Dave.

diff -urN --exclude-from=/home/davej/.exclude linux-2.5.2-pre3/include/linux/sched.h linux-2.5/include/linux/sched.h
--- linux-2.5.2-pre3/include/linux/sched.h Fri Dec 28 23:25:39 2001
+++ linux-2.5/include/linux/sched.h Sat Dec 29 11:11:32 2001
@@ -433,6 +433,7 @@
 #define PF_MEMALLOC 0x00000800 /* Allocating memory */
 #define PF_MEMDIE 0x00001000 /* Killed for out-of-memory */
 #define PF_FREE_PAGES 0x00002000 /* per process page freeing */
+#define PF_NOIO 0x00004000 /* avoid generating further I/O */
 
 #define PF_USEDFPU 0x00100000 /* task used FPU this quantum (SMP) */
 

-- 
Dave Jones.                    http://www.codemonkey.org.uk
SuSE Labs.
-
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/



This archive was generated by hypermail 2b29 : Mon Dec 31 2001 - 21:00:23 EST