Module Name: src Committed By: martin Date: Tue Oct 15 18:17:06 UTC 2019
Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: dmu_diff.c zfs_ioctl.c src/external/cddl/osnet/dist/uts/common/fs/zfs/sys [netbsd-9]: dmu.h Log Message: Pull up following revision(s) (requested by hannken in ticket #308): external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c: revision 1.21 external/cddl/osnet/dist/uts/common/fs/zfs/dmu_diff.c: revision 1.3 external/cddl/osnet/dist/uts/common/fs/zfs/dmu_diff.c: revision 1.4 external/cddl/osnet/dist/uts/common/fs/zfs/sys/dmu.h: revision 1.4 Change dmu_diff() back to use a "file" instead of a "vnode". Command "zfs diff" calls it with a pipe, not a plain file. Fixes PR kern/54541: kernel panic using "zfs diff" - Add missing "#ifdef _KERNEL" to fix the build of userland zfs libraries. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/dmu_diff.c cvs rdiff -u -r1.20 -r1.20.2.1 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c cvs rdiff -u -r1.3 -r1.3.4.1 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/dmu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.