1
0
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:
Alan Cox 2003-09-17 07:00:14 +00:00
parent 4b5f553179
commit 1dabe30610
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120152

View File

@ -1093,8 +1093,6 @@ vm_object_shadow(
vm_object_t source;
vm_object_t result;
GIANT_REQUIRED;
source = *object;
/*