diff options
| author | Christoph Hellwig <hch@dhcp212.munich.sgi.com> | 2002-09-11 06:18:05 -0400 |
|---|---|---|
| committer | Christoph Hellwig <hch@dhcp212.munich.sgi.com> | 2002-09-11 06:18:05 -0400 |
| commit | 63cbaff3fcaa5df3faed7c4ca43fec9284fbf62a (patch) | |
| tree | 4771232001bcbf273d5d36a7f1c8d311f163eb46 /include/linux/sched.h | |
| parent | 50ac9a5ae511a08b12637bfa9231e4680576ea95 (diff) | |
| parent | ef5cc2fd95520561f7e3c8c49b809000dee033ba (diff) | |
Merge http://linux.bkbits.net/linux-2.5
into dhcp212.munich.sgi.com:/home/hch/repo/bk/linux-2.5-xfs
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 600035a0b715..ed593d2ff3c3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -411,6 +411,7 @@ do { if (atomic_dec_and_test(&(tsk)->usage)) __put_task_struct(tsk); } while(0) #define PF_IOTHREAD 0x00020000 /* this thread is needed for doing I/O to swap */ #define PF_FROZEN 0x00040000 /* frozen for system suspend */ #define PF_SYNC 0x00080000 /* performing fsync(), etc */ +#define PF_FSTRANS 0x00100000 /* inside a filesystem transaction */ /* * Ptrace flags |
