Commit 3214cfb3 authored by Linus Torvalds's avatar Linus Torvalds

Fix compile warning in slab.c

parent bdbd1323
...@@ -2058,6 +2058,7 @@ static inline void cache_reap (void) ...@@ -2058,6 +2058,7 @@ static inline void cache_reap (void)
next_irqon: next_irqon:
local_irq_enable(); local_irq_enable();
next: next:
;
} }
check_irq_on(); check_irq_on();
up(&cache_chain_sem); up(&cache_chain_sem);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment