User namespaces: use the current_user_ns() macro
[sfrench/cifs-2.6.git] / kernel / user.c
index c0ef3a464438badd79da9bb4195e43dba8ce6437..97202cb29adc333869f160819e1d4167f5576ff6 100644 (file)
@@ -361,7 +361,7 @@ struct user_struct *find_user(uid_t uid)
 {
        struct user_struct *ret;
        unsigned long flags;
-       struct user_namespace *ns = current_user()->user_ns;
+       struct user_namespace *ns = current_user_ns();
 
        spin_lock_irqsave(&uidhash_lock, flags);
        ret = uid_hash_find(uid, uidhashentry(ns, uid));