--- linux-2.4.20pre5aa1/include/linux/sysctl.h Thu Sep 5 13:39:05 2002 +++ linux-xfs/include/linux/sysctl.h Wed Sep 4 22:20:09 2002 @@ -150,6 +150,7 @@ enum VM_GFP_DEBUG=18, /* debug GFP failures */ VM_CACHE_SCAN_RATIO=19, /* part of the inactive cache list to scan */ VM_MAPPED_RATIO=20, /* amount of unfreeable pages that triggers swapout */ + VM_PAGEBUF=21, /* struct: Control pagebuf parameters */ }; @@ -606,6 +607,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, /* dir: disc quota usage statistics */ + FS_XFS=17, /* struct: control xfs parameters */ }; /* /proc/sys/fs/quota/ */