patch-2.4.25 linux-2.4.25/include/linux/sched.h

Next file: linux-2.4.25/include/linux/sisfb.h
Previous file: linux-2.4.25/include/linux/rtnetlink.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/linux/sched.h linux-2.4.25/include/linux/sched.h
@@ -429,8 +429,10 @@
 #define PF_DUMPCORE	0x00000200	/* dumped core */
 #define PF_SIGNALED	0x00000400	/* killed by a signal */
 #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_FSTRANS	0x00008000	/* inside a filesystem transaction */
 
 #define PF_USEDFPU	0x00100000	/* task used FPU this quantum (SMP) */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)