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 /fs | |
| 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 'fs')
| -rw-r--r-- | fs/coda/sysctl.c | 1 | ||||
| -rw-r--r-- | fs/intermezzo/sysctl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c index 55c685f6ad00..84e9f18da297 100644 --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c @@ -15,7 +15,6 @@ #include <linux/time.h> #include <linux/mm.h> #include <linux/sysctl.h> -#include <linux/swapctl.h> #include <linux/proc_fs.h> #include <linux/slab.h> #include <linux/stat.h> diff --git a/fs/intermezzo/sysctl.c b/fs/intermezzo/sysctl.c index ec438c487730..a96cfde6aa8e 100644 --- a/fs/intermezzo/sysctl.c +++ b/fs/intermezzo/sysctl.c @@ -8,7 +8,6 @@ #include <linux/time.h> #include <linux/mm.h> #include <linux/sysctl.h> -#include <linux/swapctl.h> #include <linux/proc_fs.h> #include <linux/slab.h> #include <linux/vmalloc.h> |
