]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - mm/swap_slots.c
UBUNTU: link-to-tracker: update tracking bug
[mirror_ubuntu-hirsute-kernel.git] / mm / swap_slots.c
index 3e6453573a898bd6cfa3f0d5049f3d9217fba780..0357fbe706454754bfa09867d90dc4f1ecbe5a2e 100644 (file)
@@ -237,7 +237,7 @@ static int free_slot_cache(unsigned int cpu)
        return 0;
 }
 
-int enable_swap_slots_cache(void)
+void enable_swap_slots_cache(void)
 {
        mutex_lock(&swap_slots_cache_enable_mutex);
        if (!swap_slot_cache_initialized) {
@@ -255,7 +255,6 @@ int enable_swap_slots_cache(void)
        __reenable_swap_slots_cache();
 out_unlock:
        mutex_unlock(&swap_slots_cache_enable_mutex);
-       return 0;
 }
 
 /* called with swap slot cache's alloc lock held */