Date: Thu, 11 May 1995 16:54:45 -0700 From: David Greenman <davidg@Root.COM> To: terry@cs.weber.edu (Terry Lambert) Cc: hackers@FreeBSD.org Subject: Re: Something silly in ufs/ufs/ufs_lookup.c Message-ID: <199505112354.QAA00302@corbin.Root.COM> In-Reply-To: Your message of "Thu, 11 May 95 16:22:28 MDT." <9505112222.AA00978@cs.weber.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
>In ufs_checkpath(), the int rootino is assigned the value ROOTINO, >which is never modified, only compared against. > >Shouldn't the references to rootino be deleted and replaced with the >manifest constant ROOTINO? Yes, it should. If it were defined at the top level, the answer would be different...but it's not. -DG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505112354.QAA00302>