From: Bryan Schumaker Date: Thu, 24 Mar 2011 17:12:23 +0000 (+0000) Subject: NFS: convert call_sync() to a function X-Git-Tag: v2.6.39-rc1~72^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73b83f270828630a9ce33728f6ef61c37a82340;p=pandora-kernel.git NFS: convert call_sync() to a function This patch changes nfs4_call_sync() from a macro into a static inline function. As a macro, the call_sync() function will not do any type checking and depends on the sequence arguments always having the same name. As a function, we get to have type checking and can rename the arguments if we so choose. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed