tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Fullfs file system



> Thanks Mouse and Martin. I got past that error.  But now I'm running
> into another problem - unable to determine when write op occurs (to
> be able to return ENOSPC error).

> I want to return ENOSPC error whenever write occurs.  Which variable
> contains this info?  I'm confused which structs contain what
> information.

I don't know.  What I'd do in this case is to trace down through what
you call (VCALL in this case) until you get to a point where it
determines what operation to call, then see what it uses at to select
the vnode operation to be performed.

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index