[PATCH] nfsd: remove inline from a couple of large NFS functions
authorNeilBrown <neilb@suse.de>
Thu, 19 Jan 2006 01:43:14 +0000 (17:43 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:24 +0000 (19:20 -0800)
commit7e8f05934d540aeb45c1cc3cc3a0e811bd61866b
treead42fb96609dc9bf1f7a9c775fcee72f04ee4656
parentf193fbab2e4710f629e7c1859d4908646b47b126
[PATCH] nfsd: remove inline from a couple of large NFS functions

These are both called from two places close together.  I could rearrange that
code so there is only one call site, but just removing the 'inline' is
probably best.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/vfs.c