From: Phillip Lougher Date: Mon, 2 Jan 2012 17:47:14 +0000 (+0000) Subject: Squashfs: fix mount time sanity check for corrupted superblock X-Git-Tag: v3.3-rc1~76^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc37f75a9ffbbfcb1c3297534f293c8284e3c5a6;p=pandora-kernel.git Squashfs: fix mount time sanity check for corrupted superblock A Squashfs filesystem containing nothing but an empty directory, although unusual and ultimately pointless, is still valid. The directory_table >= next_table sanity check rejects these filesystems as invalid because the directory_table is empty and equal to next_table. Signed-off-by: Phillip Lougher --- Reading git-diff-tree failed