[patch 4/15] fs/logfs/compr.c

Arnd Bergmann arnd at arndb.de
Thu Apr 10 10:13:47 EDT 2008


On Tuesday 01 April 2008, joern at logfs.org wrote:
> +
> +static DEFINE_MUTEX(compr_mutex);
> +static struct z_stream_s stream;
> +

How much time is spent in the compression code? Would it be helpful
to have a percpu stream and do preempt_disable around it instead
of the mutex?

That would improve parallelism and cache-locality of the compression,
at the cost of adding a source of latency to preemptible kernels.

	Arnd <><



More information about the linux-mtd mailing list