patch-2.4.10 linux/include/linux/swapctl.h
Next file: linux/include/linux/sysctl.h
Previous file: linux/include/linux/swap.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Mon Sep 17 16:15:02 2001
- Orig file:
v2.4.9/linux/include/linux/swapctl.h
- Orig date:
Tue Aug 7 12:48:43 2001
diff -u --recursive --new-file v2.4.9/linux/include/linux/swapctl.h linux/include/linux/swapctl.h
@@ -1,28 +1,6 @@
#ifndef _LINUX_SWAPCTL_H
#define _LINUX_SWAPCTL_H
-#include <asm/page.h>
-#include <linux/fs.h>
-
-typedef struct buffer_mem_v1
-{
- unsigned int min_percent;
- unsigned int borrow_percent;
- unsigned int max_percent;
-} buffer_mem_v1;
-typedef buffer_mem_v1 buffer_mem_t;
-extern buffer_mem_t buffer_mem;
-extern buffer_mem_t page_cache;
-
-typedef struct freepages_v1
-{
- unsigned int min;
- unsigned int low;
- unsigned int high;
-} freepages_v1;
-typedef freepages_v1 freepages_t;
-extern freepages_t freepages;
-
typedef struct pager_daemon_v1
{
unsigned int tries_base;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)