cvs commit: src/sbin/mount mntopts.h mount.8
mount.csrc/sbin/mount_std mount_std.8
Doug Barton
DougB at DougBarton.net
Tue Nov 30 02:17:11 PST 2004
Ruslan Ermilov wrote:
> Hi Doug,
>
> On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote:
>
>>Ruslan Ermilov wrote:
>>
>>>ru 2004-11-29 09:35:01 UTC
>>>
>>> FreeBSD src repository
>>>
>>> Modified files:
>>> sbin/mount mntopts.h mount.8 mount.c
>>> sbin/mount_std mount_std.8
>>> Log:
>>> Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).
>>>
>>> Asked to commit by: phk
>>>
>>> Revision Changes Path
>>> 1.23 +0 -2 src/sbin/mount/mntopts.h
>>> 1.69 +1 -7 src/sbin/mount/mount.8
>>> 1.67 +0 -2 src/sbin/mount/mount.c
>>> 1.23 +1 -2 src/sbin/mount_std/mount_std.8
>>>
>>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h
>>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h
>>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h
>>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h
>>
>>FYI, this commit seems to have broken my line in fstab which has worked for
>>a long time:
>>
>>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0
>>
>>Is it useful for the nodev option to cause a hard failure here? Note, I'm
>>not arguing against either change, just pointing out a side effect.
>>
>
> There's no longer a "nodev" option, please ask Poul-Henning for details. ;)
Yes, I understand the mechanics, I'm just curious if you think that this
should result in a fatal error. It sounds like you think that the answer to
that is yes, which if that is the correct answer I'm fine with that.
Doug
--
If you're never wrong, you're not trying hard enough
More information about the cvs-src
mailing list