cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zap.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Apr 22 21:18:40 UTC 2007
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 at barryp.org>
Revision Changes Path
1.3 +2 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zap.c
More information about the cvs-src
mailing list