summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:43 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:43 -0800
commitba6edf537004b1c68a0736c95ebe39a30a2537fb (patch)
treeb4a2cd81ca09ab6cd8e442458d6da722422ad952 /include/linux/sched.h
parentd0415686774477153ca911a612f74c2d2bb11be6 (diff)
v2.5.1.4 -> v2.5.1.5
- Dave Jones: more merging, fix up last merge.. - release to sync with Dave
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1c4c54498d60..e40bddbba7cd 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -433,6 +433,7 @@ struct task_struct {
#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) */