freebsd-dev/sys/msdosfs
Peter Wemm cc9d89901f 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.
1997-03-18 19:50:12 +00:00
..
bootsect.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
bpb.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
denode.h Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It 1997-02-26 14:23:16 +00:00
direntry.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
fat.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_conv.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_denode.c Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It 1997-02-26 14:23:16 +00:00
msdosfs_fat.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msdosfs_lookup.c Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It 1997-02-26 14:23:16 +00:00
msdosfs_vfsops.c Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism 1997-03-18 19:50:12 +00:00
msdosfs_vnops.c Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It 1997-02-26 14:23:16 +00:00
msdosfsmount.h Don't export kernel interfaces to applications. msdosfs_mount probably 1997-03-03 17:36:11 +00:00