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

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

Diff for /src/sys/nfs/nfsnode.h between version 1.57 and 1.58

version 1.57, 2006/10/17 14:53:54 version 1.58, 2006/10/17 14:55:13
Line 228  struct nfs_iod {
Line 228  struct nfs_iod {
         struct proc *nid_want;          struct proc *nid_want;
         struct nfsmount *nid_mount;          struct nfsmount *nid_mount;
 };  };
 extern struct nfs_iod nfs_asyncdaemon[NFS_MAXASYNCDAEMON];  
   
 #ifdef _KERNEL  #ifdef _KERNEL
   
   extern struct nfs_iod nfs_asyncdaemon[NFS_MAXASYNCDAEMON];
 extern u_long nfsdirhashmask;  extern u_long nfsdirhashmask;
   
 /*  /*

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb <webmaster@jp.NetBSD.org>