diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index f2b16ac0b539..93f0eca7f916 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -130,10 +130,10 @@ struct swap_info_struct { | |||
130 | unsigned int highest_bit; | 130 | unsigned int highest_bit; |
131 | unsigned int cluster_next; | 131 | unsigned int cluster_next; |
132 | unsigned int cluster_nr; | 132 | unsigned int cluster_nr; |
133 | unsigned int pages; | ||
134 | unsigned int max; | ||
135 | unsigned int inuse_pages; | ||
133 | int prio; /* swap priority */ | 136 | int prio; /* swap priority */ |
134 | int pages; | ||
135 | unsigned long max; | ||
136 | unsigned long inuse_pages; | ||
137 | int next; /* next entry on swap list */ | 137 | int next; /* next entry on swap list */ |
138 | }; | 138 | }; |
139 | 139 | ||