Date: Tue, 18 Mar 1997 11:50:13 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c src/sys/ufs/ffs ffs_vfsops.c Message-ID: <199703181950.LAA22727@freefall.freebsd.org>
index | next in thread | raw e-mail
peter 97/03/18 11:50:13
Modified: sys/msdosfs msdosfs_vfsops.c
sys/ufs/ffs ffs_vfsops.c
Log:
Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism
of setting it (compiled into vfs_conf.c), but we have a dynamic system
in place. This could probably be better done via a runtime configure
flag in the VFS_SET() VFS declaration, perhaps VFCF_LOCAL, and have the
VFS code propagate this down into MNT_LOCAL at mount time. The other FS's
would need to be updated, havinf UFS and MSDOSFS filesystems without
MNT_LOCAL breaks a few things.. the man page rebuild scans for local
filesystems and currently fails, I suspect that other tools like find
and tar with their "local filesystem only" modes might be affected.
Revision Changes Path
1.18 +3 -1 src/sys/msdosfs/msdosfs_vfsops.c
1.48 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703181950.LAA22727>
