From: Adrian Bunk Date: Fri, 8 Aug 2008 16:26:42 +0000 (+0300) Subject: [NFSD] uninline nfsd4_op_name() X-Git-Tag: v2.6.27-rc3~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c7f79b6ab4f7ada002a0fae47f462ede6b6857;p=pandora-kernel.git [NFSD] uninline nfsd4_op_name() There doesn't seem to be a compelling reason why nfsd4_op_name() is marked as "inline": It's only used in a dprintk(), and as long as it has only one caller non-ancient gcc versions anyway inline it automatically. This patch fixes the following compile error with gcc 3.4: ... CC fs/nfsd/nfs4proc.o nfs4proc.c: In function `nfsd4_proc_compound': nfs4proc.c:854: sorry, unimplemented: inlining failed in call to nfs4proc.c:897: sorry, unimplemented: called from here make[3]: *** [fs/nfsd/nfs4proc.o] Error 1 Reported-by: Adrian Bunk Signed-off-by: Adrian Bunk [ Also made it "const char *" - Linus] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed