mm: introduce get_user_pages_fast
[pandora-kernel.git] / include / linux / user_namespace.h
index 1101b0c..b5f41d4 100644 (file)
@@ -11,7 +11,7 @@
 
 struct user_namespace {
        struct kref             kref;
-       struct list_head        uidhash_table[UIDHASH_SZ];
+       struct hlist_head       uidhash_table[UIDHASH_SZ];
        struct user_struct      *root_user;
 };