X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fdcookies.c;h=21af1629f9bcc2ebd6eda9d701bb31b1e03feb49;hb=20280195f2a3d80c42a190959ca22108c93cd7e0;hp=8749339bf4f6c5ed45cdaf37239751c4d05663d4;hpb=fa3536cc144c1298f2ed9416c33f3b77fa2cd37a;p=powerpc.git diff --git a/fs/dcookies.c b/fs/dcookies.c index 8749339bf4..21af1629f9 100644 --- a/fs/dcookies.c +++ b/fs/dcookies.c @@ -12,7 +12,6 @@ * to the pair and can be looked up from userspace. */ -#include #include #include #include @@ -38,7 +37,7 @@ struct dcookie_struct { static LIST_HEAD(dcookie_users); static DEFINE_MUTEX(dcookie_mutex); -static kmem_cache_t *dcookie_cache __read_mostly; +static struct kmem_cache *dcookie_cache __read_mostly; static struct list_head *dcookie_hashtable __read_mostly; static size_t hash_size __read_mostly;