commit | 088bd455c954c0c42edde9d4463e44be10101aac | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Sep 22 22:52:33 2010 -0400 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Oct 25 00:49:11 2010 +0100 |
tree | fb1f5d05429bc1f68330adb8cc08cdb0741f5357 | |
parent | d0f7959e2b708d775c3b6b53cc6a8abb8ff0a00b [diff] |
jffs2: 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> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>