summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@dhcp212.munich.sgi.com>2002-09-11 06:15:32 -0400
committerChristoph Hellwig <hch@dhcp212.munich.sgi.com>2002-09-11 06:15:32 -0400
commitef5cc2fd95520561f7e3c8c49b809000dee033ba (patch)
tree471b87bf058fa2598f7d5cd0b7641a7f72aa3d7d /include/linux/sysctl.h
parented245b591594a32d5ca1ee7d1285fef1d51f14ba (diff)
Import XFS CVS from 10092002
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 2 insertions, 0 deletions
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/ */