]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60b62356e37e2516edc5d8b0557963ee3df5b387
treece38de666096f571f4b1754e898729cf2d9eb435
parented262072a5c12b7a68fdd05ea90882fe0d13755c
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