X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Finotify_user.c;h=e1956e6f116c8a4c9d6de121a22ec8f463f69373;hb=4e229beff7ee43d3d5e387ec91188b20f6267c00;hp=017cb0f134d6aa600f5c37296b6c786bacb6cf7c;hpb=0612ec48762bf8712db1925b2e67246d2237ebab;p=linux-2.6 diff --git a/fs/inotify_user.c b/fs/inotify_user.c index 017cb0f134..e1956e6f11 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c @@ -34,8 +34,8 @@ #include -static kmem_cache_t *watch_cachep __read_mostly; -static kmem_cache_t *event_cachep __read_mostly; +static struct kmem_cache *watch_cachep __read_mostly; +static struct kmem_cache *event_cachep __read_mostly; static struct vfsmount *inotify_mnt __read_mostly;