Subject: Re: VOP_SEEK / VOP_GETATTR attrocities/oddities
To: Reinoud Zandijk <reinoud@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 09/21/2006 08:54:05
On Sep 21, 2006, at 5:38 AM, Reinoud Zandijk wrote:

> Secondly:
>
> ufs/mfs/mfsnode.h:70:#define    mfs_seek        genfs_badop
>
> Does this mean no seek's are possible on MFS? or is this entry  
> overwritten
> by say UFS?

The MFS vnode ops are for the fake vnode that the provides the memory  
backing for the UFS laid on top.

-- thorpej