]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r363656: When modifying LUN pass "special" options too.
authorAlexander Motin <mav@FreeBSD.org>
Tue, 4 Aug 2020 02:31:52 +0000 (02:31 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 4 Aug 2020 02:31:52 +0000 (02:31 +0000)
commit338a24fd6c0adac829db078732dd88a02f35242f
tree98eafde72c07d4b6aa2bc61a463b18beb331f77e
parent0b0a602ec97d2e93b4128e06bd2c14dc5544b608
MFC r363656: When modifying LUN pass "special" options too.

Before switching to nvlists CTL merged previous and new options, so
any options not passed just kept previous value.  Now CTL completely
replaces them, so we must pass everything still relevant.
usr.sbin/ctld/kernel.c