From: Bob Copeland Date: Tue, 6 Jul 2010 15:16:46 +0000 (-0400) Subject: omfs: sanity check cluster size X-Git-Tag: v2.6.36-rc1~302^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8800a044c71a128633cf3febaf4780531a991334;p=pandora-kernel.git omfs: sanity check cluster size A corrupt filesystem could have a bad cluster size; this could result in the filesystem allocating too much space for files if too large, or getting stuck in omfs_allocate_block if too small. The proper range is 1-8 blocks. Reported-by: Eric Sesterhenn Signed-off-by: Bob Copeland --- Reading git-diff-tree failed