From: Yu Zhiguo Date: Tue, 19 May 2009 06:09:54 +0000 (+0800) Subject: NFSv4: kill off complicated macro 'PROC' X-Git-Tag: v2.6.31-rc1~57^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a93a47f042c459f0f46942c3a920e3c81878031;p=pandora-kernel.git NFSv4: kill off complicated macro 'PROC' J. Bruce Fields wrote: ... > (This is extremely confusing code to track down: note that > proc->pc_decode is set to nfs4svc_decode_compoundargs() by the PROC() > macro at the end of fs/nfsd/nfs4proc.c. Which means, for example, that > grepping for nfs4svc_decode_compoundargs() gets you nowhere. Patches to > kill off that macro would be welcomed....) the macro 'PROC' is complicated and obscure, it had better be killed off in order to make the code more clear. Signed-off-by: Yu Zhiguo Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed