diff options
| author | Christoph Hellwig <hch@sb.bsdonline.org> | 2002-07-29 19:17:43 +0200 |
|---|---|---|
| committer | Christoph Hellwig <hch@sb.bsdonline.org> | 2002-07-29 19:17:43 +0200 |
| commit | a074f68006d301fb0dbab9a460eba7cd0eb22c15 (patch) | |
| tree | 88abe2caa0e0b5699c203e6ba8fc776f99fa1428 /include/linux/sysctl.h | |
| parent | ff42067bdefaa5f3afac540d81b27a1c2751bed4 (diff) | |
VM: remove unused /proc/sys/vm/kswapd and swapctl.h
These were totally unused for a long time. It's interesting how
many files include swapctl.h, though..
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 06aee50b7008..07eed48ea3f8 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -136,12 +136,12 @@ enum VM_UNUSED1=1, /* was: struct: Set vm swapping control */ VM_UNUSED2=2, /* was; int: Linear or sqrt() swapout for hogs */ VM_UNUSED3=3, /* was: struct: Set free page thresholds */ - VM_BDFLUSH_UNUSED=4, /* Spare */ + VM_UNUSED4=4, /* Spare */ VM_OVERCOMMIT_MEMORY=5, /* Turn off the virtual memory safety limit */ - VM_UNUSED4=6, /* was: struct: Set buffer memory thresholds */ - VM_UNUSED5=7, /* was: struct: Set cache memory thresholds */ - VM_PAGERDAEMON=8, /* struct: Control kswapd behaviour */ - VM_UNUSED6=9, /* was: struct: Set page table cache parameters */ + VM_UNUSED5=6, /* was: struct: Set buffer memory thresholds */ + VM_UNUSED7=7, /* was: struct: Set cache memory thresholds */ + VM_UNUSED8=8, /* was: struct: Control kswapd behaviour */ + VM_UNUSED9=9, /* was: struct: Set page table cache parameters */ VM_PAGE_CLUSTER=10, /* int: set number of pages to swap together */ VM_DIRTY_BACKGROUND=11, /* dirty_background_ratio */ VM_DIRTY_ASYNC=12, /* dirty_async_ratio */ |
