aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfsd/cache.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-23NFSD: Strip __KERNEL__ testing from unexported header files.Robert P. J. Day1-2/+0
Also, sort the Kbuild file. Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
2008-02-01nfsd: fail module init on reply cache init failureJ. Bruce Fields1-2/+2
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 <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro1-3/+3
Signed-off-by: Al Viro <[email protected]> Acked-by: Trond Myklebust <[email protected]> Acked-by: Neil Brown <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+81
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!