Squashfs: reverse order of filesystem table reading
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Tue, 24 May 2011 01:57:05 +0000 (02:57 +0100)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Wed, 25 May 2011 17:21:31 +0000 (18:21 +0100)
commit76e002f755b61aa79228f4e751bbca8674aba0f6
tree9f0ff663ffddd2e4a9d0c5f20a350ee3824485d7
parent82de647e1f81fd89afc48608d889dd3b33cb8983
Squashfs: reverse order of filesystem table reading

Reverse order of table reading from mostly first to last in placement
order, to last to first.  This is to enable extra superblock sanity
checks to be added in later patches.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/super.c