ocfs2: Respond to on-disk corruption in the extent map code.
authorJoel Becker <joel.becker@oracle.com>
Wed, 1 Mar 2006 01:58:36 +0000 (17:58 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 1 Mar 2006 19:44:50 +0000 (11:44 -0800)
commit110ba90858a7f619ff26c6b9b43c27b3c0872335
tree2a28b91a66b7570b576a581f50e512f3f316a8af
parent93cc9ac4555a9b95c78b2f5dfe536fe8196002a7
ocfs2: Respond to on-disk corruption in the extent map code.

The extent map code has long noticed when the on-disk extent information
is corrupt.  However, so far it has only returned an error.  We should
take the filesystem read-only, as it is corrupt.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/extent_map.c