d5aab2d6c4
against opening a block device twice and flock requires that we keep the device open. Hence, the same mount would attempt to open for locking and then VOP_OPEN for kernel access and run into problems. This makes it possible to rump_foofs block devices again, i.e. take the same command line arguments as regular mounts. Noticed by apb.