[PATCH] remove NFSD_OPTIMIZE_SPACE
authorAdrian Bunk <bunk@stusta.de>
Thu, 7 Dec 2006 04:40:23 +0000 (20:40 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:45 +0000 (08:39 -0800)
commit3ee6f61ca0720c71086a9eaf3f5bd0f7c51fe139
tree4f290297869bfacecee7e849cc1bbbe1aec1f15a
parent219576e127c4f7770aa985f719e815936bc54367
[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 <bunk@stusta.de>
Acked-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/nfs3xdr.c
fs/nfsd/nfsxdr.c