From: J. Bruce Fields Date: Wed, 11 Jul 2007 22:39:02 +0000 (-0400) Subject: SUNRPC: move bkl locking and xdr proc invocation into a common helper X-Git-Tag: v2.6.23-rc1~254^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be879c4e249a8875d7129f3b0c1bb62584dafbd8;p=pandora-kernel.git SUNRPC: move bkl locking and xdr proc invocation into a common helper Since every invocation of xdr encode or decode functions takes the BKL now, there's a lot of redundant lock_kernel/unlock_kernel pairs that we can pull out into a common function. Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed