From 9514a612463051982f3b85618285dacdd78cd220 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 11 Jan 2012 11:43:42 +0100 Subject: swapon: merge swap_constants.h into swapon.c Signed-off-by: Karel Zak --- mount/swapon.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mount/swapon.c') diff --git a/mount/swapon.c b/mount/swapon.c index d70c37922..e37d8a251 100644 --- a/mount/swapon.c +++ b/mount/swapon.c @@ -17,7 +17,6 @@ #include "bitops.h" #include "blkdev.h" -#include "swap_constants.h" #include "nls.h" #include "fsprobe.h" #include "pathnames.h" @@ -37,6 +36,18 @@ # define SWAP_FLAG_DISCARD 0x10000 /* discard swap cluster after use */ #endif +#ifndef SWAP_FLAG_PREFER +# define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ +#endif + +#ifndef SWAP_FLAG_PRIO_MASK +# define SWAP_FLAG_PRIO_MASK 0x7fff +#endif + +#ifndef SWAP_FLAG_PRIO_SHIFT +# define SWAP_FLAG_PRIO_SHIFT 0 +#endif + #ifndef SWAPON_HAS_TWO_ARGS /* libc is insane, let's call the kernel */ # include -- cgit v1.2.3-55-g7522