kernel-ark/include/linux/nfsd
J. Bruce Fields d5c3428b2c nfsd: fail module init on reply cache init failure
If the reply cache initialization fails due to a kmalloc failure,
currently we try to soldier on with a reduced (or nonexistant) reply
cache.

Better to just fail immediately: the failure is then much easier to
understand and debug, and it could save us complexity in some later
code.  (But actually, it doesn't help currently because the cache is
also turned off in some odd failure cases; we should probably find a
better way to handle those failure cases some day.)

Fix some minor style problems while we're at it, and rename
nfsd_cache_init() to remove the need for a comment describing it.

Acked-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
2008-02-01 16:42:04 -05:00
..
auth.h
cache.h nfsd: fail module init on reply cache init failure 2008-02-01 16:42:04 -05:00
const.h
debug.h
export.h fs/nfsd/export.c: make 3 functions static 2007-10-16 09:43:10 -07:00
Kbuild
nfsd.h NFSD: Adjust filename length argument of nfsd_lookup 2008-02-01 16:42:03 -05:00
nfsfh.h knfsd: 64 bit ino support for NFS server 2007-10-09 18:31:57 -04:00
state.h knfsd: nfsd4: don't delegate files that have had conflicts 2007-07-17 10:23:07 -07:00
stats.h
syscall.h
xdr3.h NFSD: Path name length signage in nfsd request argument structures 2008-02-01 16:42:03 -05:00
xdr4.h knfsd: 64 bit ino support for NFS server 2007-10-09 18:31:57 -04:00
xdr.h NFSD: Path name length signage in nfsd request argument structures 2008-02-01 16:42:03 -05:00