From: Adrian Bunk Date: Thu, 7 Dec 2006 04:40:23 +0000 (-0800) Subject: [PATCH] remove NFSD_OPTIMIZE_SPACE X-Git-Tag: v2.6.20-rc1~145^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee6f61ca0720c71086a9eaf3f5bd0f7c51fe139;p=pandora-kernel.git [PATCH] remove NFSD_OPTIMIZE_SPACE This patch removes the unused NFSD_OPTIMIZE_SPACE. Additionally, it does differently what NFSD_OPTIMIZE_SPACE was supposed to do: Nowadays, gcc knows best when to inline code, and CONFIG_CC_OPTIMIZE_FOR_SIZE even tells gcc globally whether to optimize for size or for speed. Therefore, this patch also removes all inline's from these files. Signed-off-by: Adrian Bunk Acked-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed