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
union_vfsops.c
union_vnops.c Since union_getpages may be called with PGO_LOCKED, 2001-04-26 05:25:14 +00:00