From: Aneesh Kumar K.V Date: Wed, 6 Feb 2008 09:40:09 +0000 (-0800) Subject: ext3: add block bitmap validation X-Git-Tag: v2.6.25-rc1~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f762e9054ff84aa90f037a49747ac61b36609d81;p=pandora-kernel.git ext3: add block bitmap validation When a new block bitmap is read from disk in read_block_bitmap() there are a few bits that should ALWAYS be set. In particular, the blocks given corresponding to block bitmap, inode bitmap and inode tables. Validate the block bitmap against these blocks. Signed-off-by: Aneesh Kumar K.V Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed