From aac2e54f9eb63d5cfaac1a115a939508712050da Mon Sep 17 00:00:00 2001 From: Lai Siyao Date: Sat, 7 Mar 2015 19:24:28 -0500 Subject: [PATCH] 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-format-patch failed