diff options
| author | Christoph Hellwig <hch@hera.kernel.org> | 2002-09-15 11:52:55 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@hera.kernel.org> | 2002-09-15 11:52:55 -0700 |
| commit | f67dd842821bb336ebac6a4408882131f447bd00 (patch) | |
| tree | 46a7bb38bdfff7dc2ef687e16bca983be9a8594f /include/linux/sysctl.h | |
| parent | 6865038acb61584977f8352418f06b9dedf267b0 (diff) | |
| parent | b53ff5b40b730795c702b9c4228040fb3f1ea6eb (diff) | |
Merge hera.kernel.org:/home/torvalds/BK/linux-2.5
into hera.kernel.org:/home/hch/BK/xfs/linux-2.5
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 527a65938ade..3127165e7c13 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -152,6 +152,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 */ }; @@ -555,6 +556,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/ */ |
