From: J.Bruce Fields Date: Wed, 13 Dec 2006 08:35:29 +0000 (-0800) Subject: [PATCH] knfsd: nfsd4: don't inline nfsd4 compound op functions X-Git-Tag: v2.6.20-rc1~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7191155bd3abbbf62368a0528f7610741d007a58;p=pandora-kernel.git [PATCH] knfsd: nfsd4: don't inline nfsd4 compound op functions The inlining contributes to bloating the stack of nfsd4_compound, and I want to change the compound op functions to function pointers anyway. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed