From: Mikulas Patocka Date: Tue, 14 Jan 2014 00:13:36 +0000 (-0500) Subject: dm snapshot: use GFP_KERNEL when initializing exceptions X-Git-Tag: v3.14-rc1~130^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119bc547362e5252074f81f56b8fcdac45cedff4;p=pandora-kernel.git dm snapshot: use GFP_KERNEL when initializing exceptions The list of initial exceptions is loaded in the target constructor. We are allowed to allocate memory with GFP_KERNEL at this point. So, change alloc_completed_exception to use GFP_KERNEL when being called from the constructor. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed