]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce a hack that will make geom_gate to work with read-only mounts.
authorpjd <pjd@FreeBSD.org>
Sun, 27 Jun 2004 12:56:11 +0000 (12:56 +0000)
committerpjd <pjd@FreeBSD.org>
Sun, 27 Jun 2004 12:56:11 +0000 (12:56 +0000)
commit8395a82f93dfbb89b907d5d2437f248f1f0c3503
tree43dc7bd5110aae846737543e0be961c6eff1ece2
parentf9dd4765eb8f07a12b30bb744bfeaeb4ceca8663
Introduce a hack that will make geom_gate to work with read-only mounts.
Now, when trying to mount file system in read-only mode it tries to
opened a device for writting to be able to update to read-write mode
latter. Ehh.

Discussed with: phk
sys/geom/gate/g_gate.c