Date: Sun, 19 Nov 2006 12:30:31 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdmfs mdmfs.8 mdmfs.c Message-ID: <200611191230.kAJCUV6R089729@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2006-11-19 12:30:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/mdmfs mdmfs.8 mdmfs.c
Log:
MFC:
Remove the -C option as it does more harm than good. To be fully
compatible, it would have to (at least):
- support the "compat-compat" -T option,
- *not* support the -l, -O, and -v options,
- default to soft updates being disabled.
Worse, the compatibility mode made it impossible to mount_mfs(8)
a file system from fstab(5) with soft updates disabled (-S). [1]
Now, the only difference when called as "mount_mfs" or "mfs" (as
opposed to "mdmfs") is that the file mode of the mount point is
set by default to 01777. All options available to mdmfs(8) are
also available to mount_mfs(8); the -C option is still recognized
but ignored for backward compatibility.
PR: bin/98860 [1]
Revision Changes Path
1.20.8.1 +7 -38 src/sbin/mdmfs/mdmfs.8
1.23.2.2 +8 -39 src/sbin/mdmfs/mdmfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611191230.kAJCUV6R089729>
