user.c: make uidhash_table static
[sfrench/cifs-2.6.git] / kernel / user.c
index 5235d7f49982e5e228256fe01b96164c41aa7b82..b1635d94a1f246185c740cd268303beb609de8bf 100644 (file)
@@ -82,7 +82,7 @@ EXPORT_SYMBOL_GPL(init_user_ns);
 #define uidhashentry(uid)      (uidhash_table + __uidhashfn((__kuid_val(uid))))
 
 static struct kmem_cache *uid_cachep;
-struct hlist_head uidhash_table[UIDHASH_SZ];
+static struct hlist_head uidhash_table[UIDHASH_SZ];
 
 /*
  * The uidhash_lock is mostly taken from process context, but it is