summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1995-11-05 23:36:07 +0000
committerdyson <dyson@FreeBSD.org>1995-11-05 23:36:07 +0000
commitaa3705d78b7fc12ce3cf9e9a7437407154f241c8 (patch)
tree094e249a07c170c776bf0f48af3af60a7a2e1f6e /sys/sys/mount.h
parent65a271ba6d03e08c6a9486e645d658f5a04f03a6 (diff)
downloadFreeBSD-src-aa3705d78b7fc12ce3cf9e9a7437407154f241c8.zip
FreeBSD-src-aa3705d78b7fc12ce3cf9e9a7437407154f241c8.tar.gz
Changes to existing files for ext2fs support. The UFS mods need rework
in the future as they are a bit crufty -- but at least the stuff is in the tree now.
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 291fa22..37e21f8 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.13 (Berkeley) 3/27/94
- * $Id: mount.h,v 1.26 1995/08/30 01:34:14 bde Exp $
+ * $Id: mount.h,v 1.27 1995/09/09 18:10:30 davidg Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -98,7 +98,8 @@ struct statfs {
#define MOUNT_CD9660 14 /* ISO9660 (aka CDROM) Filesystem */
#define MOUNT_UNION 15 /* Union (translucent) Filesystem */
#define MOUNT_DEVFS 16 /* existing device Filesystem */
-#define MOUNT_MAXTYPE 16
+#define MOUNT_EXT2FS 17 /* Linux EXT2FS */
+#define MOUNT_MAXTYPE 17
#define INITMOUNTNAMES { \
"none", /* 0 MOUNT_NONE */ \
@@ -117,8 +118,9 @@ struct statfs {
"afs", /* 13 MOUNT_AFS */ \
"cd9660", /* 14 MOUNT_CD9660 */ \
"union", /* 15 MOUNT_UNION */ \
- "devfs", /* 15 MOUNT_DEVFS */ \
- 0, /* 16 MOUNT_SPARE */ \
+ "devfs", /* 16 MOUNT_DEVFS */ \
+ "ext2fs", /* 17 MOUNT_EXT2FS */ \
+ 0, /* 17 MOUNT_SPARE */ \
}
/*
OpenPOWER on IntegriCloud