From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phillip Lougher Subject: [PATCH 0/5] Squashfs: various minor code improvements Date: Thu, 06 Jan 2011 21:09:51 +0000 Message-ID: <4D262F9F.4090709@lougher.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: linux Kernel Development Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, A couple of patches that tweak various pieces of code. Phillip Lougher (5): Squashfs: remove unnecessary variable in zlib_wrapper Squashfs: add missing check in zlib_wrapper Squashfs: get rid of default n in Kconfig Squashfs: move squashfs_i() definition from squashfs.h Squashfs: simplify CONFIG_SQUASHFS_LZO handling fs/squashfs/Kconfig | 3 --- fs/squashfs/block.c | 1 - fs/squashfs/cache.c | 1 - fs/squashfs/decompressor.c | 13 +++++-------- fs/squashfs/fragment.c | 1 - fs/squashfs/id.c | 1 - fs/squashfs/lzo_wrapper.c | 1 - fs/squashfs/squashfs.h | 8 -------- fs/squashfs/squashfs_fs_i.h | 6 ++++++ fs/squashfs/xattr_id.c | 1 - fs/squashfs/zlib_wrapper.c | 15 +++++++++------ 11 files changed, 20 insertions(+), 31 deletions(-)