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.2.37~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45475d04b2fc3edb8a3197ac78987afb2ca42e5;p=pandora-kernel.git SUNRPC: Ensure that we free the rpc_task after cleanups are done commit c6567ed1402c55e19b012e66a8398baec2a726f3 upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed