tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: genfs ignoring VOP_STRATEGY() buf's returned error
On Fri, Mar 27, 2009 at 02:57:35PM +0100, Manuel Bouyer wrote:
> > What i want to catch is out-of-disc space for late allocation file systems
> > like UDF. In those cases VOP_STRATEGY() will return an error. The structure
> > of
> > nested buffers will propagate the error code to the master buffer. When
> > testing this patch it did catch the out-of-disc space and passed it to the
> > cp(1) processes. So far it does what it should do.
>
> Could this also affect cp on a ffs with quotas ?
dunno, FFS uses gop_alloc() to check for space but i dont know if its keeping
quotas. Anyone got a test setup?
With regards,
Reinoud
Home |
Main Index |
Thread Index |
Old Index