Date: Sun, 22 Oct 1995 02:32:50 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c ufs_vnops.c Message-ID: <199510220932.CAA01107@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/10/22 02:32:49 Modified: sys/isofs/cd9660 cd9660_lookup.c sys/kern vfs_lookup.c vfs_syscalls.c vfs_vnops.c sys/msdosfs msdosfs_vnops.c sys/nfs nfs_vnops.c sys/ufs/ufs ufs_lookup.c ufs_vnops.c Log: Moved the filesystem read-only check out of the syscalls and into the filesystem layer, as was done in lite-2. Merged in some other cosmetic changes while I was at it. Rewrote most of msdosfs_access() to be more like ufs_access() and to include the FS read-only check. Obtained from: partially from 4.4BSD-lite2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510220932.CAA01107>