Diff for /src/sys/vfs/nfs/nfsmount.h between versions 1.4 and 1.5

version 1.4, 2003/10/10 22:01:13 version 1.5, 2004/04/07 05:15:48
Line 95  struct nfsmount { Line 95  struct nfsmount {
         int     nm_bufqiods;            /* number of iods processing queue */          int     nm_bufqiods;            /* number of iods processing queue */
         u_int64_t nm_maxfilesize;       /* maximum file size */          u_int64_t nm_maxfilesize;       /* maximum file size */
         struct ucred *nm_cred;          /* 'root' credential */          struct ucred *nm_cred;          /* 'root' credential */
           struct thread *nm_rcvlock_td;   /* debugging */
 };  };
   
   

Removed from v.1.4  
changed lines
  Added in v.1.5