[Bug 193803] zvol rename failing due to out of order locking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 2 16:50:46 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193803

--- Comment #12 from Steven Hartland <smh at 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.


More information about the freebsd-bugs mailing list