Re: [PATCH] [33/48] Suspend2 2.1.9.8 for 2.6.12: 610-encryption.patch

From: Pavel Machek
Date: Sun Jul 10 2005 - 13:18:06 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/