Date: Thu, 16 Mar 2000 08:40:02 -0800 (PST) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/17405: one more fstat patch Message-ID: <200003161640.IAA32199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/17405; it has been noted by GNATS. From: Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003161640.IAA32199>