[BACK]Return to mount.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/mount.h between version 1.194 and 1.195

version 1.194, 2009/11/27 16:46:06 version 1.195, 2009/12/05 20:11:18
Line 67 
Line 67 
 #define MOUNT_MSDOS     "msdos"         /* MSDOS Filesystem */  #define MOUNT_MSDOS     "msdos"         /* MSDOS Filesystem */
 #define MOUNT_LFS       "lfs"           /* Log-based Filesystem */  #define MOUNT_LFS       "lfs"           /* Log-based Filesystem */
 #define MOUNT_FDESC     "fdesc"         /* File Descriptor Filesystem */  #define MOUNT_FDESC     "fdesc"         /* File Descriptor Filesystem */
 #define MOUNT_PORTAL    "portal"        /* Portal Filesystem */  
 #define MOUNT_NULL      "null"          /* Minimal Filesystem Layer */  #define MOUNT_NULL      "null"          /* Minimal Filesystem Layer */
 #define MOUNT_OVERLAY   "overlay"       /* Minimal Overlay Filesystem Layer */  #define MOUNT_OVERLAY   "overlay"       /* Minimal Overlay Filesystem Layer */
 #define MOUNT_UMAP      "umap"  /* User/Group Identifier Remapping Filesystem */  #define MOUNT_UMAP      "umap"  /* User/Group Identifier Remapping Filesystem */
Line 163  struct mount {
Line 162  struct mount {
         { MOUNT_LFS, CTLTYPE_NODE }, \          { MOUNT_LFS, CTLTYPE_NODE }, \
         { 0, 0 },                       /* MOUNT_LOFS */ \          { 0, 0 },                       /* MOUNT_LOFS */ \
         { MOUNT_FDESC, CTLTYPE_NODE }, \          { MOUNT_FDESC, CTLTYPE_NODE }, \
         { MOUNT_PORTAL, CTLTYPE_NODE }, \  
         { MOUNT_NULL, CTLTYPE_NODE }, \          { MOUNT_NULL, CTLTYPE_NODE }, \
         { MOUNT_UMAP, CTLTYPE_NODE }, \          { MOUNT_UMAP, CTLTYPE_NODE }, \
         { MOUNT_KERNFS, CTLTYPE_NODE }, \          { MOUNT_KERNFS, CTLTYPE_NODE }, \

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

CVSweb <webmaster@jp.NetBSD.org>