]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r323193:
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 Nov 2017 17:30:25 +0000 (17:30 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 Nov 2017 17:30:25 +0000 (17:30 +0000)
commit901ddf177008362bbd02cdceaec2a937e2695137
treec10275fa95d55f6980c229f717dc5f3e7dcb1690
parent863c47d3a8bb2fababe76d695ae698ccf74c3e97
MFC r323193:

Honor all options of "zfs mount -o"

The existing code in zmount incorrectly parses the comma-delimited option
string. The result is that nmount only honors the last option. AFAICT the
parsing has been broken ever since ZFS's initial import in change 168404.

PR: 222078
Reviewed by: avg
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D12232

git-svn-id: svn://svn.freebsd.org/base/stable/10@326327 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/compat/opensolaris/misc/zmount.c