add MNT_USER flag
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 21 Feb 1994 08:58:14 +0000 (00:58 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 21 Feb 1994 08:58:14 +0000 (00:58 -0800)
SCCS-vsn: sys/sys/mount.h 8.12

usr/src/sys/sys/mount.h

index 208b247..0b59493 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mount.h     8.11 (Berkeley) %G%
+ *     @(#)mount.h     8.12 (Berkeley) %G%
  */
 
 #ifndef KERNEL
  */
 
 #ifndef KERNEL
@@ -135,6 +135,7 @@ struct mount {
 #define        MNT_LOCAL       0x00001000      /* filesystem is stored locally */
 #define        MNT_QUOTA       0x00002000      /* quotas are enabled on filesystem */
 #define        MNT_ROOTFS      0x00004000      /* identifies the root filesystem */
 #define        MNT_LOCAL       0x00001000      /* filesystem is stored locally */
 #define        MNT_QUOTA       0x00002000      /* quotas are enabled on filesystem */
 #define        MNT_ROOTFS      0x00004000      /* identifies the root filesystem */
+#define        MNT_USER        0x00008000      /* mounted by a user */
 
 /*
  * Mask of flags that are visible to statfs()
 
 /*
  * Mask of flags that are visible to statfs()