https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193803
--- Comment #12 from Steven Hartland <[email protected]> --- (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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
