On 04/06/2011 10:04 PM, Mi Jinlong wrote: > Rob Landley: >> What's this code for, and where does it get used? Is it something out >> of tree, or some header #define that's glued##together that I'm not >> picking up via grep...? > > Maybe you can get some info from the following code at fs/lockd/svc4proc.c: > > 462 > 463 #define PROC(name, xargt, xrest, argt, rest, respsize) \ > 464 { .pc_func = (svc_procfunc) nlm4svc_proc_##name, \ ... > 498 PROC(share, shareargs, shareres, args, res, Ck+St+1), So it's glued##together in a macro. Got it. Thanks, Rob -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html