]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r318546:
authorngie <ngie@FreeBSD.org>
Sat, 27 May 2017 22:59:23 +0000 (22:59 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 27 May 2017 22:59:23 +0000 (22:59 +0000)
commit79b0a71fc509ae56eb96b54abc55457d8b0f918e
tree7b4b2af3b5c5b4475f98de056be0a05faf2ebcd9
parentf2e5e1c47a03c612eddc000ba25a7f840f9ffda1
MFC r318546:

sys/fs/tmpfs/vnd_test: make md(4) allocation dynamic

The previous logic was flawed in the sense that it assumed that /dev/md3
was always available. This was a caveat I noted in r306038, that I hadn't
gotten around to solving before now.

Cache the device for the mountpoint after executing mdmfs, then use the
cached value in basic_cleanup(..) when unmounting/disconnecting the md(4)
device.

Apply sed expressions to use reuse logic in the NetBSD code that could
also be applied to FreeBSD, just with different tools.
contrib/netbsd-tests/fs/tmpfs/t_vnd.sh
tests/sys/fs/tmpfs/Makefile