[GIT PULL] pstore/compression fixes
From: Luck, Tony
Date: Wed Sep 18 2013 - 13:28:09 EST
The following changes since commit e831cbfc1ad843b5542cc45f777e1a00b73c0685:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2013-09-11 08:36:03 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git tags/please-pull-pstore
for you to fetch changes up to 802e4c6f5887205eda110c6bfb90c9bfa93dc8a7:
pstore: Remove the messages related to compression failure (2013-09-16 09:28:29 -0700)
----------------------------------------------------------------
Three pstore fixes related to compression:
1) Better adjustment of size of compression buffer (was too big
for EFIVARS backend resulting in compression failure
2) Use zlib_inflateInit2 instead of zlib_inflateInit
3) Don't print messages about compression failure. They will
waste space that may better be used to log console output
leading to the crash.
----------------------------------------------------------------
Aruna Balakrishnaiah (3):
pstore: Adjust buffer size for compression for smaller registered buffers
pstore: Use zlib_inflateInit2 instead of zlib_inflateInit
pstore: Remove the messages related to compression failure
fs/pstore/platform.c | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
--
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/