Date: Sun, 22 Apr 2007 21:18:40 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zap.c Message-ID: <200704222118.l3MLIee6031998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2007-04-22 21:18:40 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zap.c Log: Fix 'zpool status -v'. To get object number we should use ZFS_DIRENT_OBJ() macro, as za_first_integer field also contains type. This should be fixed in ZFS itself, but this bug is not visible on Solaris, because there, type is not stored in za_first_integer. On the other hand it will be visible on MacOS X. Reported by: Barry Pederson <bp@barryp.org> Revision Changes Path 1.3 +2 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704222118.l3MLIee6031998>