ocfs2: block read meta ecc.
authorJoel Becker <joel.becker@oracle.com>
Fri, 17 Oct 2008 21:55:01 +0000 (14:55 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:31 +0000 (08:40 -0800)
commitd6b32bbb3eae3fb787f1c33bf9f767ca1ddeb208
treece38de666096f571f4b1754e898729cf2d9eb435
parent684ef278377725d505aa23259ee673dab9b11851
ocfs2: block read meta ecc.

Add block check calls to the read_block validate functions.  This is the
almost all of the read-side checking of metaecc.  xattr buckets are not checked
yet.   Writes are also unchecked, and so a read-write mount will quickly fail.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/alloc.c
fs/ocfs2/blockcheck.c
fs/ocfs2/inode.c
fs/ocfs2/quota_global.c
fs/ocfs2/suballoc.c
fs/ocfs2/xattr.c