hang_addrlist and free_addrlist move in from nfs/nfs_socket.c
[unix-history] / usr / src / sys / ufs / ffs / ufsmount.h
index 5526c6f..381e3b3 100644 (file)
@@ -4,17 +4,9 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ufsmount.h  7.11 (Berkeley) %G%
+ *     @(#)ufsmount.h  7.13 (Berkeley) %G%
  */
 
  */
 
-/*
- * The root inode is the root of the file system.  Inode 0 can't be used for
- * normal purposes and historically bad blocks were linked to inode 1, thus
- * the root inode is 2. (inode 1 is no longer used for this purpose, however
- * numerous dump tapes make this assumption, so we are stuck with it).
- */
-#define        ROOTINO ((ino_t)2)
-
 struct buf;
 struct inode;
 struct nameidata;
 struct buf;
 struct inode;
 struct nameidata;
@@ -39,6 +31,8 @@ struct ufsmount {
        time_t  um_btime[MAXQUOTAS];            /* block quota time limit */
        time_t  um_itime[MAXQUOTAS];            /* inode quota time limit */
        char    um_qflags[MAXQUOTAS];           /* quota specific flags */
        time_t  um_btime[MAXQUOTAS];            /* block quota time limit */
        time_t  um_itime[MAXQUOTAS];            /* inode quota time limit */
        char    um_qflags[MAXQUOTAS];           /* quota specific flags */
+       struct  netaddrhash um_defexported;     /* Default export */
+       struct  netaddrhash *um_netaddr[NETHASHSZ+1]; /* Net addr hash lists */
 };
 /*
  * Flags describing the state of quotas.
 };
 /*
  * Flags describing the state of quotas.