Commit af507ae8a0512a83728b17d8f8c5fa1561669f50
Committed by
Ingo Molnar
1 parent
19379b1181
Exists in
master
and in
4 other branches
sched: Remove a stale comment
This comment should have been removed together with uids_mutex when removing user sched. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Dhaval Giani <dhaval.giani@gmail.com> LKML-Reference: <4BE77C6B.5010402@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
kernel/user.c
... | ... | @@ -136,7 +136,6 @@ |
136 | 136 | struct hlist_head *hashent = uidhashentry(ns, uid); |
137 | 137 | struct user_struct *up, *new; |
138 | 138 | |
139 | - /* Make uid_hash_find() + uid_hash_insert() atomic. */ | |
140 | 139 | spin_lock_irq(&uidhash_lock); |
141 | 140 | up = uid_hash_find(uid, hashent); |
142 | 141 | spin_unlock_irq(&uidhash_lock); |