* PF_NOIO missing.
@ 2001-12-30 20:58 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2001-12-30 20:58 UTC (permalink / raw)
To: Linux Kernel; +Cc: Linus Torvalds, rmk
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-30 20:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-30 20:58 PF_NOIO missing Dave Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.