Module Name: src Committed By: pooka Date: Thu Jan 13 11:57:02 UTC 2011
Modified Files: src/sbin/mount: mount.c Log Message: In case we are union-mounting /, don't force MNT_UPDATE. This makes the following work: mount -t tmpfs -o union tmpfs / (some caveats are implied, such as if you "mkdir /usr" you're screwed, but then again you'll get there with "rm -rf /usr" even without union -- we supply rope) per discussion with zafer, use case for jibbed To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sbin/mount/mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.