From: Trond Myklebust Date: Fri, 4 Jan 2013 17:23:21 +0000 (-0500) Subject: SUNRPC: Ensure that we free the rpc_task after cleanups are done X-Git-Tag: v3.8-rc3~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6567ed1402c55e19b012e66a8398baec2a726f3;p=pandora-kernel.git SUNRPC: Ensure that we free the rpc_task after cleanups are done This patch ensures that we free the rpc_task after the cleanup callbacks are done in order to avoid a deadlock problem that can be triggered if the callback needs to wait for another workqueue item to complete. Signed-off-by: Trond Myklebust Cc: Weston Andros Adamson Cc: Tejun Heo Cc: Bruce Fields Cc: stable@vger.kernel.org --- Reading git-diff-tree failed