summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-16 20:23:48 +0000
committerwollman <wollman@FreeBSD.org>1995-03-16 20:23:48 +0000
commit8e37e9f4798af7aceac629635492aaa37a2abdad (patch)
tree339efa4ef833597457007ee0e04e1f79d39a16c5 /sys/fs/cd9660
parent0c139f325ad73535b37a9f7140d3ae8b2a6370c4 (diff)
downloadFreeBSD-src-8e37e9f4798af7aceac629635492aaa37a2abdad.zip
FreeBSD-src-8e37e9f4798af7aceac629635492aaa37a2abdad.tar.gz
Add four more filesystem flags:
VFCF_NETWORK (this FS goes over the net) VFCF_READONLY (read-write mounts do not make any sense) VFCF_SYNTHETIC (data in this FS is not real) VFCF_LOOPBACK (this FS aliases something else) cd9660 is readonly; nullfs, umapfs, and union are loopback; NFS is netowkr; procfs, kernfs, and fdesc are synthetic.
Diffstat (limited to 'sys/fs/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c
index 7fd09f2..225e35f 100644
--- a/sys/fs/cd9660/cd9660_vfsops.c
+++ b/sys/fs/cd9660/cd9660_vfsops.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_vfsops.c 8.3 (Berkeley) 1/31/94
- * $Id: cd9660_vfsops.c,v 1.9 1994/11/14 07:01:58 bde Exp $
+ * $Id: cd9660_vfsops.c,v 1.10 1995/01/16 17:03:27 joerg Exp $
*/
#include <sys/param.h>
@@ -70,7 +70,7 @@ struct vfsops cd9660_vfsops = {
cd9660_vptofh,
cd9660_init,
};
-VFS_SET(cd9660_vfsops, cd9660, MOUNT_CD9660, 0);
+VFS_SET(cd9660_vfsops, cd9660, MOUNT_CD9660, VFCF_READONLY);
/*
OpenPOWER on IntegriCloud