]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r335874: Cut currdev dev and path fields for ZFS on the last colon.
authormav <mav@FreeBSD.org>
Mon, 16 Jul 2018 02:48:59 +0000 (02:48 +0000)
committermav <mav@FreeBSD.org>
Mon, 16 Jul 2018 02:48:59 +0000 (02:48 +0000)
commit14017dc18a9af43c3926f53872bb711b96eeed0c
treebb9b077ce0b3b4cb4df5634cfac4ca019942e0a5
parent13c822e44d74955b63f7dcd83aad2a86384bef32
MFC r335874: Cut currdev dev and path fields for ZFS on the last colon.

Previously the code cut those fields on second colon, that prevented
boot from boot environments with colon in their names.  This change
moves the limitation from dev field to path, which is empty by default.
stand/zfs/zfs.c