From: Phillip Lougher <phillip@lougher.demon.co.uk>
To: Doug Chapman <doug.chapman@hp.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] squashfs broken when pageszie > blocksize
Date: Mon, 13 Apr 2009 23:51:53 +0100 [thread overview]
Message-ID: <49E3C209.5030705@lougher.demon.co.uk> (raw)
In-Reply-To: <1239652637.1127.10.camel@oberon>
Doug Chapman wrote:
> Squashfs is broken on any system where the pageszie is larger than either
> the block size of the squashfs image or larger than the metadata size (8192).
> This is easily fixed by ensuring cache->pages is always > 0.
>
> Signed-off-by: Doug Chapman <doug.chapman@hp.com>
> Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
>
Good catch. BTW what is the page size on ia64?
For completeness there should also be a mount time check that
the block size used in the Squashfs filesystem is at least as
large as the pagesize. This doesn't matter for metadata
(size 8192), but does matter for data blocks, because Squashfs
read_page doesn't handle block_size < pagesize.
Squashfs read_page used to handle block_size < pagesize but I
removed that code when I removed filesystem support for block_sizes
< 4K. If ia64 users (or any other architecture with larger than
4K pagesizes) want to use Squashfs filesystems with blocksizes less
than their pagesize, then I can put that code back in.
Phillip
next prev parent reply other threads:[~2009-04-13 22:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-13 19:57 Doug Chapman
2009-04-13 22:51 ` Phillip Lougher [this message]
2009-04-17 13:20 ` Geert Uytterhoeven
2009-04-21 0:02 ` [Squashfs-devel] " Phillip Lougher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E3C209.5030705@lougher.demon.co.uk \
--to=phillip@lougher.demon.co.uk \
--cc=doug.chapman@hp.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®