[BACK]Return to puffs_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / puffs

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

Diff for /src/sys/fs/puffs/puffs_subr.c between version 1.22 and 1.22.2.1

version 1.22, 2007/02/27 23:43:23 version 1.22.2.1, 2007/03/13 16:51:36
Line 52  __KERNEL_RCSID(0, "$NetBSD$");
Line 52  __KERNEL_RCSID(0, "$NetBSD$");
 #include <miscfs/specfs/specdev.h>  #include <miscfs/specfs/specdev.h>
   
 POOL_INIT(puffs_pnpool, sizeof(struct puffs_node), 0, 0, 0, "puffspnpl",  POOL_INIT(puffs_pnpool, sizeof(struct puffs_node), 0, 0, 0, "puffspnpl",
     &pool_allocator_nointr);      &pool_allocator_nointr, IPL_NONE);
   
 #ifdef PUFFSDEBUG  #ifdef PUFFSDEBUG
 int puffsdebug;  int puffsdebug;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.1

CVSweb <webmaster@jp.NetBSD.org>