diff options
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 7243044c4139..aafcf3611b31 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -212,8 +212,8 @@ static int wait_for_discard(void *word) | |||
212 | #define SWAPFILE_CLUSTER 256 | 212 | #define SWAPFILE_CLUSTER 256 |
213 | #define LATENCY_LIMIT 256 | 213 | #define LATENCY_LIMIT 256 |
214 | 214 | ||
215 | static inline unsigned long scan_swap_map(struct swap_info_struct *si, | 215 | static unsigned long scan_swap_map(struct swap_info_struct *si, |
216 | unsigned char usage) | 216 | unsigned char usage) |
217 | { | 217 | { |
218 | unsigned long offset; | 218 | unsigned long offset; |
219 | unsigned long scan_base; | 219 | unsigned long scan_base; |