https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260884
--- Comment #4 from Michael Gmelin <[email protected]> --- (In reply to Ed Maste from comment #2) Cherry-picking the change could be done this way: cd $(git rev-parse --show-toplevel) git pull git checkout releng/13.0 git pull git cherry-pick -n -m1 -X theirs -X subtree=sys/contrib/openzfs 9db44a8e git reset HEAD git add sys/contrib/openzfs/module/os/freebsd/zfs/kmod_core.c git add sys/contrib/openzfs/include/sys/zfs_ioctl.h git checkout . git clean -fd git status git diff --staged # inspect changes git commit -- You are receiving this mail because: You are the assignee for the bug.
