'ello!

On Mon, 2005-07-11 at 04:15, Pavel Machek wrote:
> Hi!
> 
> > +/*
> > + * put_extent_chain.
> > + *
> > + * Frees a whole chain of extents.
> > + */
> > +void put_extent_chain(struct extentchain * chain)
> 
> This probably should be extent_chain.
> 
> > +#ifndef EXTENT_H
> > +#define EXTENT_H
> > +struct extentchain {
> > +   int size; /* size of the extent ie sum (max-min+1) */
> > +   int allocs;
> > +   int frees;
> > +   int debug;
> > +   int timesusedoptimisation;
> 
> time_suse_d_optimisation? ;-).

Fixed up!

Thanks, once again!

Nigel
-- 
Evolution.
Enumerate the requirements.
Consider the interdependencies.
Calculate the probabilities.
Be amazed that people believe it happened. 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to