diff options
| author | Christoph Hellwig <hch@hera.kernel.org> | 2002-09-15 11:47:16 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@hera.kernel.org> | 2002-09-15 11:47:16 -0700 |
| commit | b53ff5b40b730795c702b9c4228040fb3f1ea6eb (patch) | |
| tree | d74aab58e1e6a3181026d9a0d0c9605f855f4037 /include | |
| parent | acf7aa2ca0260db7d93c9924f21caeeda1fbd990 (diff) | |
| parent | 1a486f449354893360cbe94982f1287d520b30ee (diff) | |
Merge
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched.h | 1 | ||||
| -rw-r--r-- | include/linux/sysctl.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 337b2f396589..1c44d98c707a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -418,6 +418,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 diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 4856854660cc..cb24824393ea 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -151,6 +151,7 @@ enum VM_DIRTY_EXPIRE_CS=15, /* dirty_expire_centisecs */ VM_NR_PDFLUSH_THREADS=16, /* nr_pdflush_threads */ VM_OVERCOMMIT_RATIO=17, /* percent of RAM to allow overcommit in */ + VM_PAGEBUF=18 /* struct: Control pagebuf parameters */ }; @@ -554,6 +555,7 @@ enum FS_DIR_NOTIFY=14, /* int: directory notification enabled */ FS_LEASE_TIME=15, /* int: maximum time to wait for a lease break */ FS_DQSTATS=16, /* disc quota usage statistics */ + FS_XFS=17, /* struct: control xfs parameters */ }; /* /proc/sys/fs/quota/ */ |
