]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: compr: drop unused model argument
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Sep 2010 02:53:47 +0000 (22:53 -0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 23 Sep 2010 13:39:54 +0000 (16:39 +0300)
commit7c6742bd9209c69dbefa4bf12802c3c88b18aeb8
tree7fdc0daef2491f4e2dd5fcb018ddce709b0e6f7c
parent1255c7cfa356a24204f9333cd5359e3ece655ed6
mtd-utils: compr: drop unused model argument

The jffs2 compression framework provides a "model" argument when
compressing and decompressing, but the caller always passes in NULL
and the callees never use it.  So punt this useless overhead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
compr.c
compr.h
compr_lzo.c
compr_rtime.c
compr_zlib.c