direct.c (62ed948cb1405fe95d61d8c6445c102e0c9da0a6) | direct.c (266bee88699ddbde42ab303bbc426a105cc49809) |
---|---|
1/* 2 * linux/fs/nfs/direct.c 3 * 4 * Copyright (C) 2003 by Chuck Lever <cel@netapp.com> 5 * 6 * High-performance uncached I/O for the Linux NFS client 7 * 8 * There are important applications whose performance or correctness --- 895 unchanged lines hidden (view full) --- 904 905 return 0; 906} 907 908/** 909 * nfs_destroy_directcache - destroy the slab cache for nfs_direct_req structures 910 * 911 */ | 1/* 2 * linux/fs/nfs/direct.c 3 * 4 * Copyright (C) 2003 by Chuck Lever <cel@netapp.com> 5 * 6 * High-performance uncached I/O for the Linux NFS client 7 * 8 * There are important applications whose performance or correctness --- 895 unchanged lines hidden (view full) --- 904 905 return 0; 906} 907 908/** 909 * nfs_destroy_directcache - destroy the slab cache for nfs_direct_req structures 910 * 911 */ |
912void __exit nfs_destroy_directcache(void) | 912void nfs_destroy_directcache(void) |
913{ 914 if (kmem_cache_destroy(nfs_direct_cachep)) 915 printk(KERN_INFO "nfs_direct_cache: not all structures were freed\n"); 916} | 913{ 914 if (kmem_cache_destroy(nfs_direct_cachep)) 915 printk(KERN_INFO "nfs_direct_cache: not all structures were freed\n"); 916} |