X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnfs%2Fdirect.c;h=8ca9707be6c9d06f28a843fbe6282afd1d405e77;hb=489244498ec99c949ecbd7105299066cff283dcd;hp=3c72b0c072839383950c59955da28c6c098897bf;hpb=1465887cfe79889273e3fd3aaf862e7ec3ee244f;p=pandora-kernel.git diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 3c72b0c07283..8ca9707be6c9 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -892,7 +892,7 @@ out: * nfs_init_directcache - create a slab cache for nfs_direct_req structures * */ -int nfs_init_directcache(void) +int __init nfs_init_directcache(void) { nfs_direct_cachep = kmem_cache_create("nfs_direct_cache", sizeof(struct nfs_direct_req), @@ -906,7 +906,7 @@ int nfs_init_directcache(void) } /** - * nfs_init_directcache - destroy the slab cache for nfs_direct_req structures + * nfs_destroy_directcache - destroy the slab cache for nfs_direct_req structures * */ void nfs_destroy_directcache(void)