diff options
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 7ff0a81c7b01..f071648e1360 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -425,7 +425,7 @@ void free_swap_and_cache(swp_entry_t entry) | |||
425 | } | 425 | } |
426 | } | 426 | } |
427 | 427 | ||
428 | #ifdef CONFIG_SOFTWARE_SUSPEND | 428 | #ifdef CONFIG_HIBERNATION |
429 | /* | 429 | /* |
430 | * Find the swap type that corresponds to given device (if any). | 430 | * Find the swap type that corresponds to given device (if any). |
431 | * | 431 | * |
@@ -951,7 +951,7 @@ sector_t map_swap_page(struct swap_info_struct *sis, pgoff_t offset) | |||
951 | } | 951 | } |
952 | } | 952 | } |
953 | 953 | ||
954 | #ifdef CONFIG_SOFTWARE_SUSPEND | 954 | #ifdef CONFIG_HIBERNATION |
955 | /* | 955 | /* |
956 | * Get the (PAGE_SIZE) block corresponding to given offset on the swapdev | 956 | * Get the (PAGE_SIZE) block corresponding to given offset on the swapdev |
957 | * corresponding to given index in swap_info (swap type). | 957 | * corresponding to given index in swap_info (swap type). |
@@ -966,7 +966,7 @@ sector_t swapdev_block(int swap_type, pgoff_t offset) | |||
966 | sis = swap_info + swap_type; | 966 | sis = swap_info + swap_type; |
967 | return (sis->flags & SWP_WRITEOK) ? map_swap_page(sis, offset) : 0; | 967 | return (sis->flags & SWP_WRITEOK) ? map_swap_page(sis, offset) : 0; |
968 | } | 968 | } |
969 | #endif /* CONFIG_SOFTWARE_SUSPEND */ | 969 | #endif /* CONFIG_HIBERNATION */ |
970 | 970 | ||
971 | /* | 971 | /* |
972 | * Free all of a swapdev's extent information | 972 | * Free all of a swapdev's extent information |