From owner-freebsd-hackers Wed Jun 6 1:16:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from nimitz.mcnett (24-130-188-11.san.rr.com [24.130.188.11]) by hub.freebsd.org (Postfix) with ESMTP id 8CA0F37B408 for ; Wed, 6 Jun 2001 01:16:29 -0700 (PDT) (envelope-from mmcnett@cs.ucsd.edu) Received: from cs.ucsd.edu (localhost [127.0.0.1]) by nimitz.mcnett (8.11.1/8.11.1) with ESMTP id f568KKA00792 for ; Wed, 6 Jun 2001 01:20:20 -0700 (PDT) (envelope-from mmcnett@cs.ucsd.edu) Message-ID: <3B1DE7C3.C3CDF044@cs.ucsd.edu> Date: Wed, 06 Jun 2001 01:20:19 -0700 From: Marvin McNett X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: vm_object question/verification Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message