Date: Wed, 20 Jul 2016 14:41:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 93942] [vfs] [patch] panic: ufs_dirbad: bad dir (patch from DragonFly) Message-ID: <bug-93942-3630-FqiFgn0bEr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-93942-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-93942-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D93942 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: kib Date: Wed Jul 20 14:40:57 UTC 2016 New revision: 303090 URL: https://svnweb.freebsd.org/changeset/base/303090 Log: Ensure that the UFS directory vnode' vm_object is properly sized before UFS_BALLOC() is called. I do not believe that this caused any real issue on FreeBSD because the exclusive vnode lock is held over the balloc/resize, the change is to make formally correct KPI use. Based on: the Matthew Dillon' patch from DragonFly BSD PR: 93942 Reviewed by: mckusick Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Changes: head/sys/ufs/ufs/ufs_lookup.c head/sys/ufs/ufs/ufs_vnops.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-93942-3630-FqiFgn0bEr>