diff options
Diffstat (limited to 'include/linux/swap_slots.h')
-rw-r--r-- | include/linux/swap_slots.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/swap_slots.h b/include/linux/swap_slots.h index e36b200c2a77..15adfb8c813a 100644 --- a/include/linux/swap_slots.h +++ b/include/linux/swap_slots.h @@ -23,8 +23,8 @@ struct swap_slots_cache { void disable_swap_slots_cache_lock(void); void reenable_swap_slots_cache_unlock(void); -int enable_swap_slots_cache(void); -int free_swap_slot(swp_entry_t entry); +void enable_swap_slots_cache(void); +void free_swap_slot(swp_entry_t entry); extern bool swap_slot_cache_enabled; |