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)
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

Simple merge