]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/user.c
sched: Remove a stale comment
[karo-tx-linux.git] / kernel / user.c
index 8e1c8c0a496c14e7b154ed2d53a10ef6eb3b34b2..7e72614b736d82dd108d99ab79daefa55e6cdfe3 100644 (file)
@@ -136,7 +136,6 @@ struct user_struct *alloc_uid(struct user_namespace *ns, uid_t uid)
        struct hlist_head *hashent = uidhashentry(ns, uid);
        struct user_struct *up, *new;
 
-       /* Make uid_hash_find() + uid_hash_insert() atomic. */
        spin_lock_irq(&uidhash_lock);
        up = uid_hash_find(uid, hashent);
        spin_unlock_irq(&uidhash_lock);