I'm confused (and probably wrong), but does the 'shadow_head' field of the vm_object structure really refer to a list of objects that the object shadows (as mentioned in the comment)? Looking at the vm_object_shadow() function (vm/vm_object.c, line 894 in 4.3), it looks like it's the other way around; ie. shadow_head refers to a list of objects which shadow the object. Thank you to anyone who could verify this for me. -Marvin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

