[PATCH] fatfs sectioning fix

Fixup for the recent slab leak fix

Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds ef6689ef eaf05be0

+2 -2
+1 -1
fs/fat/cache.c
··· 56 56 return 0; 57 57 } 58 58 59 - void __exit fat_cache_destroy(void) 59 + void fat_cache_destroy(void) 60 60 { 61 61 if (kmem_cache_destroy(fat_cache_cachep)) 62 62 printk(KERN_INFO "fat_cache: not all structures were freed\n");
+1 -1
fs/fat/inode.c
··· 1327 1327 EXPORT_SYMBOL(fat_fill_super); 1328 1328 1329 1329 int __init fat_cache_init(void); 1330 - void __exit fat_cache_destroy(void); 1330 + void fat_cache_destroy(void); 1331 1331 1332 1332 static int __init init_fat_fs(void) 1333 1333 {