[BACK]Return to nfs_socket.c 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/nfs_socket.c between version 1.148 and 1.149

version 1.148, 2007/03/04 06:03:37 version 1.149, 2007/03/12 18:18:36
Line 2567  nfsdreq_init(void)
Line 2567  nfsdreq_init(void)
 {  {
   
         pool_init(&nfs_srvdesc_pool, sizeof(struct nfsrv_descript),          pool_init(&nfs_srvdesc_pool, sizeof(struct nfsrv_descript),
             0, 0, 0, "nfsrvdescpl", &pool_allocator_nointr);              0, 0, 0, "nfsrvdescpl", &pool_allocator_nointr, IPL_NONE);
 }  }
   
 struct nfsrv_descript *  struct nfsrv_descript *

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

CVSweb <webmaster@jp.NetBSD.org>