Date: Thu, 02 Oct 2014 16:50:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193803] zvol rename failing due to out of order locking Message-ID: <bug-193803-8-RjWYpt2qnj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193803-8@https.bugs.freebsd.org/bugzilla/> References: <bug-193803-8@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=193803 --- Comment #12 from Steven Hartland <smh@FreeBSD.org> --- (In reply to kash from comment #11) > --- dnode_sync.o --- > ctfconvert -L VERSION -g dnode_sync.o > --- dnode.o --- > ctfconvert -L VERSION -g dnode.o > --- dsl_dataset.o --- > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/ > dsl_dataset.c:3016:12: error: use of undeclared identifier 'newname' > kmem_free(newname, MAXPATHLEN); ... Line 3016 in 10.0-RELEASE is in dsl_dataset_space_wouldfree which has no changes in this patch, are you sure it applied cleanly? kmem_free(newname, MAXPATHLEN) should be on the following two lines only: "sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c" line 1696 of 3073 --55%-- col 2-9 "sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c" line 2229 of 3073 --72%-- col 2-9 -- 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-193803-8-RjWYpt2qnj>