Date: Thu, 16 Jan 2014 15:13:47 +0100 From: "J. Hannken-Illjes" <[email protected]>
Taylor, you're right.
- the change to zfs_ioctl.c was wrong and unneeded (this part is not
used from NetBSD).
- the change to zfs_replay.c was wrong. Looks like zfs_zget() returns
a referenced and unlocked vnode so the attached diff should do it
right as soon as VOP_CREATE and VOP_MKDIR get out of "#ifdef TODO".
OK, great. LGTM.
