]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf9f29358f7722aad472e1fcdcafb911f2c81d790
treead42fb96609dc9bf1f7a9c775fcee72f04ee4656
parent62f0a3ac7ef945710eabbdcc5238228f2da25c9b
[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