ocfs2: do not set filesystem readonly if link down
Do not set the filesystem readonly if the storage link is down. In this case, metadata is not corrupted and only -EIO is returned. And if it is indeed corrupted metadata, it has already called ocfs2_error() in ocfs2_validate_inode_block(). Signed-off-by: Yiwen Jiang <jiangyiwen@huawei.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Esse commit está contido em:
@@ -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);
|
||||
|
Referência em uma nova issue
Block a user