From owner-freebsd-bugs Thu Mar 16 8:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3EA37BC44 for ; Thu, 16 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA32199; Thu, 16 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 08:40:02 -0800 (PST) Message-Id: <200003161640.IAA32199@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/17405: one more fstat patch Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17405; it has been noted by GNATS. From: Bruce Evans To: peter.edwards@ireland.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/17405: one more fstat patch Date: Fri, 17 Mar 2000 03:31:46 +1100 (EST) On Thu, 16 Mar 2000 peter.edwards@ireland.com wrote: > >Description: > fstat "file", where file is on an NFS volume, is still broken. > The problem is that the fsid is made up of a type and a dev_t. > the nfs_filestat() doesn't drop the type (to produce a udev_t) by &ing > with 0xffff. All the other filesystem types do this already. This is backwards. &ing with 0xffff is a bug. The bug is fixed for ufs in PR 16320. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message