Remove another case of grabbing Giant before doing a kthread_exit()
which is now no longer needed.
This commit is contained in:
parent
f1c8692d0a
commit
150514c0eb
@ -1617,7 +1617,6 @@ ntoskrnl_thread_exit(status)
|
||||
|
||||
ntoskrnl_kth--;
|
||||
|
||||
mtx_lock(&Giant);
|
||||
kthread_exit(0);
|
||||
return(0); /* notreached */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user