Subject: Re: more vnode op list w/o putpages..
To: Bill Sommerfeld <sommerfeld@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-kern
Date: 09/23/2001 16:36:08
On Mon, 24 Sep 2001, Bill Sommerfeld wrote:

> Besides the fifo ops, there are a bunch more..
> nullfs/null_vnops.c	no getpages or putpages
> overlay/overlay_vnops.c	no getpages or putpages
> umapfs/umap_vnops.c	no getpages or putpages

I think what will happen is that the bypass routine will get called, and
the lower-level file system getpages or putpages will be called.

Take care,

Bill