NetBSD/sys/miscfs/union
enami bb08989ba7 Since union_getpages may be called with PGO_LOCKED,
- We need to skip PGO_DONTCARE page also.
- ``npages'' returned by VOP_GETPAGES for lower vp doesn't count
  those pages in this case.  So, just loop ``npages'' times is
  insufficient.  Loop while there is real pages instead.
2001-04-26 05:25:14 +00:00
..
Makefile
union.h
union_subr.c Convert namei pathname buffer allocation to use the pool allocator. 2000-08-03 20:41:05 +00:00
union_vfsops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
union_vnops.c Since union_getpages may be called with PGO_LOCKED, 2001-04-26 05:25:14 +00:00