ocfs2: do not set filesystem readonly if link down
[linux-2.6-block.git] / fs / ocfs2 / aops.c
index 1ef547e493731cdd55b0b919a8a45f3dc4faa596..d9f222987f24fe438f987b23ecba01c19d9b2c3c 100644 (file)
@@ -1251,7 +1251,7 @@ static int ocfs2_write_cluster(struct address_space *mapping,
        ret = ocfs2_extent_map_get_blocks(inode, v_blkno, &p_blkno, NULL,
                                          NULL);
        if (ret < 0) {
-               ocfs2_error(inode->i_sb, "Corrupting extend for inode %llu, "
+               mlog(ML_ERROR, "Get physical blkno failed for inode %llu, "
                            "at logical block %llu",
                            (unsigned long long)OCFS2_I(inode)->ip_blkno,
                            (unsigned long long)v_blkno);