Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/mount



Module Name:    src
Committed By:   kre
Date:           Tue Jul  1 17:55:05 UTC 2025

Modified Files:
        src/sbin/mount: mount.8 mount.c

Log Message:
PR bin/59494

Cause "mount -v [spec] filesystem" to indicate only what was
mounted (and where), to obtain all the rest of the data that
used to be printed, -v must be given twice.

Implemented differently from the patch given in the PR from
greywolf, but the same idea.

While here, avoid the -d option, after indicating what mount
command would have been run, but wasn't, going on to attempt
to report statistics on the never mounted filesystem, and
instead getting those from the intended mount point.

Update the man page to match.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sbin/mount/mount.8
cvs rdiff -u -r1.107 -r1.108 src/sbin/mount/mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index