On 12/11/13, 5:19 PM, Christopher Siden wrote:
> http://code.delphix.com/illumos-4121/
> 
> Work by George Wilson. This should also address
> https://github.com/zfsonlinux/zfs/issues/1863

There appears to be a typo in the changed line:

if (!vd->vdev_ops->vdev_op_leaf || || !spa_writeable(spa))

should read:

if (!vd->vdev_ops->vdev_op_leaf || !spa_writeable(spa))

-- 
Saso
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to