diff options
Diffstat (limited to 'fs/ext4/page-io.c')
| -rw-r--r-- | fs/ext4/page-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index b972ca50f851..46a7d6a9d976 100644 --- a/fs/ext4/page-io.c +++ b/fs/ext4/page-io.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | static struct kmem_cache *io_page_cachep, *io_end_cachep; | 33 | static struct kmem_cache *io_page_cachep, *io_end_cachep; |
| 34 | 34 | ||
| 35 | int __init init_ext4_pageio(void) | 35 | int __init ext4_init_pageio(void) |
| 36 | { | 36 | { |
| 37 | io_page_cachep = KMEM_CACHE(ext4_io_page, SLAB_RECLAIM_ACCOUNT); | 37 | io_page_cachep = KMEM_CACHE(ext4_io_page, SLAB_RECLAIM_ACCOUNT); |
| 38 | if (io_page_cachep == NULL) | 38 | if (io_page_cachep == NULL) |
| @@ -46,7 +46,7 @@ int __init init_ext4_pageio(void) | |||
| 46 | return 0; | 46 | return 0; |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | void exit_ext4_pageio(void) | 49 | void ext4_exit_pageio(void) |
| 50 | { | 50 | { |
| 51 | kmem_cache_destroy(io_end_cachep); | 51 | kmem_cache_destroy(io_end_cachep); |
| 52 | kmem_cache_destroy(io_page_cachep); | 52 | kmem_cache_destroy(io_page_cachep); |
