| Date | Sun, 10 Jul 2005 20:15:55 +0200 | From | Pavel Machek <> | Subject | Re: [PATCH] [33/48] Suspend2 2.1.9.8 for 2.6.12: 610-encryption.patch |
| |
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? ;-).
Pavel -- teflon -- maybe it is a trademark, but it should not be. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|