Date: Sun, 13 Sep 2009 10:12:29 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zap_micro.c Message-ID: <200909131012.n8DACjgr095234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2009-09-13 10:12:29 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zap_micro.c Log: SVN rev 197150 on 2009-09-13 10:12:29Z by pjd There is a bug where mze_insert() can trigger an assert() of inserting the same entry twice. This bug is not fixed yet, but leads to situation where when try to access corrupted directory the kernel will panic. Until the bug is properly fixed, try to recover from it and log that it happened. Reported by: marck OpenSolaris bug: 6709336 MFC after: 3 days Revision Changes Path 1.5 +16 -5 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909131012.n8DACjgr095234>