X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=mm%2Fzsmalloc.c;h=685049a9048d8e9f8b53041cba43b96317b112fa;hp=7c38e850a8fc5ce0c4f64090e9f9ac6ef6de7203;hb=7f0b5fb953e750a7410cc96c67a656d79db48bcb;hpb=194a4ef902220f34c1ce0d7a46f5e2c3ebe6c86c diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 7c38e850a8fc..685049a9048d 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -1349,7 +1349,7 @@ void *zs_map_object(struct zs_pool *pool, unsigned long handle, * pools/users, we can't allow mapping in interrupt context * because it can corrupt another users mappings. */ - WARN_ON_ONCE(in_interrupt()); + BUG_ON(in_interrupt()); /* From now on, migration cannot move the object */ pin_tag(handle);