From c60369f011251c60de506994aab088f1afb90bf4 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Wed, 18 Jul 2012 11:55:55 -0500 Subject: [PATCH] staging: zsmalloc: prevent mappping in interrupt context Because we use per-cpu mapping areas shared among the pools/users, we can't allow mapping in interrupt context because it can corrupt another users mappings. Signed-off-by: Seth Jennings Acked-by: Minchan Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed