From owner-cvs-sys Tue Mar 18 11:50:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22737 for cvs-sys-outgoing; Tue, 18 Mar 1997 11:50:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22727; Tue, 18 Mar 1997 11:50:13 -0800 (PST) Date: Tue, 18 Mar 1997 11:50:13 -0800 (PST) From: Peter Wemm Message-Id: <199703181950.LAA22727@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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