diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 109dfe794237..c9d8870892b8 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -154,7 +154,7 @@ enum { | |||
154 | #define SWAP_MAP_MAX 0x7ffe | 154 | #define SWAP_MAP_MAX 0x7ffe |
155 | #define SWAP_MAP_BAD 0x7fff | 155 | #define SWAP_MAP_BAD 0x7fff |
156 | #define SWAP_HAS_CACHE 0x8000 /* There is a swap cache of entry. */ | 156 | #define SWAP_HAS_CACHE 0x8000 /* There is a swap cache of entry. */ |
157 | #define SWAP_COUNT_MASK (~SWAP_HAS_CACHE) | 157 | |
158 | /* | 158 | /* |
159 | * The in-memory structure used to track swap areas. | 159 | * The in-memory structure used to track swap areas. |
160 | */ | 160 | */ |