Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Schumaker <bjschuma@netapp.com>2011-03-24 20:12:23 +0300
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-03-24 20:52:41 +0300
commite73b83f270828630a9ce33728f6ef61c37a82340 (patch)
tree2a2c707b7248ad1bca741a96ec736852776d2822 /fs/nfs/nfs3proc.c
parent4bbba111d94781d34081c37856bbc5eb33f6c72a (diff)
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 <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs3proc.c')
0 files changed, 0 insertions, 0 deletions