X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ffat%2Fcache.c;h=3222f51c41cf0a88637760f2f45729ef1f6a31c4;hb=d4f1b10365d4f03dd802433e0014cf503e6e930c;hp=3a9ecac8d61f081e295655822d311dc27f51f02f;hpb=cadc723cc19ce6b881d973d3c04e25ebb83058e6;p=~andy%2Flinux diff --git a/fs/fat/cache.c b/fs/fat/cache.c index 3a9ecac8d61..3222f51c41c 100644 --- a/fs/fat/cache.c +++ b/fs/fat/cache.c @@ -36,7 +36,7 @@ static inline int fat_max_cache(struct inode *inode) static struct kmem_cache *fat_cache_cachep; -static void init_once(struct kmem_cache *cachep, void *foo) +static void init_once(void *foo) { struct fat_cache *cache = (struct fat_cache *)foo;