X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fuser.c;h=4869563080e9e080954d26f34b70bbffc13de18b;hb=c9cc8e771cb62e495765793e4b7d06016ae1b525;hp=c1f93c164c93504a560459937a12d35102d90a9e;hpb=e94b1766097d53e6f3ccfb36c8baa562ffeda3fc;p=linux-2.6 diff --git a/kernel/user.c b/kernel/user.c index c1f93c164c..4869563080 100644 --- a/kernel/user.c +++ b/kernel/user.c @@ -26,7 +26,7 @@ #define __uidhashfn(uid) (((uid >> UIDHASH_BITS) + uid) & UIDHASH_MASK) #define uidhashentry(uid) (uidhash_table + __uidhashfn((uid))) -static kmem_cache_t *uid_cachep; +static struct kmem_cache *uid_cachep; static struct list_head uidhash_table[UIDHASH_SZ]; /*