From: Weston Andros Adamson Date: Tue, 23 Oct 2012 14:43:27 +0000 (-0400) Subject: SUNRPC: remove BUG_ON from rpc_run_bc_task X-Git-Tag: v3.8-rc1~72^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6478f6cccbd15af30f02368e68b47390360485;p=pandora-kernel.git SUNRPC: remove BUG_ON from rpc_run_bc_task Replace BUG_ON() with WARN_ON_ONCE() - rpc_run_bc_task calls rpc_init_task() then increments the tk_count, so this is a simple sanity check that if hit once would hit every time this code path is executed. Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed