]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/pc98/pc98/machdep.c
Instead of using timestamp in the AVL, use the memory address when
authorXin LI <delphij@FreeBSD.org>
Fri, 22 Aug 2014 23:13:53 +0000 (23:13 +0000)
committerXin LI <delphij@FreeBSD.org>
Fri, 22 Aug 2014 23:13:53 +0000 (23:13 +0000)
commitec1b56465003526a92edf10f56c39166acfb4c0e
treefd835dac0a6713e3f33cb265d1c1226a63114ee4
parentfa4484104cbbfaa9705492ee22426c46c46ac182
parent4662ff88864d53071006391267c7deadaa907e6e
Instead of using timestamp in the AVL, use the memory address when
comparing.

Illumos issue:
    5095 panic when adding a duplicate dbuf to dn_dbufs

MFC after: 3 days
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h