From: Lai Siyao Date: Sun, 8 Mar 2015 00:24:28 +0000 (-0500) Subject: staging/lustre/llite: avoid nonatomic memory alloc under spinlock X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac2e54f9eb63d5cfaac1a115a939508712050da;p=pandora-kernel.git staging/lustre/llite: avoid nonatomic memory alloc under spinlock ll_intent_drop_lock() may sleep in memory allocation, which should not be called inside spinlock. Signed-off-by: Lai Siyao Signed-off-by: Jian Yu Reviewed-on: http://review.whamcloud.com/10674 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2272 Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed