diff --git a/mm/swap_slots.c b/mm/swap_slots.c index 9b5bc86f96ad731269e2051719583f168a74bc51..7ebb23836f689e766caa71bd775c0b919f658bb9 100644 --- a/mm/swap_slots.c +++ b/mm/swap_slots.c @@ -267,7 +267,7 @@ int free_swap_slot(swp_entry_t entry) { struct swap_slots_cache *cache; - BUG_ON(!swap_slot_cache_initialized); + WARN_ON_ONCE(!swap_slot_cache_initialized); cache = &get_cpu_var(swp_slots); if (use_swap_slot_cache && cache->slots_ret) {