mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove GIANT_REQUIRED from vm_object_shadow().
This commit is contained in:
parent
4b5f553179
commit
1dabe30610
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120152
@ -1093,8 +1093,6 @@ vm_object_shadow(
|
||||
vm_object_t source;
|
||||
vm_object_t result;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
source = *object;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user