forked from luck/tmp_suning_uos_patched
UBIFS: mark VFS SB RO too
If some read/write error happens (eg.CRC error), UBIFS swotches to read-only mode, but the VFS infomation still not update. This patch add this also make /proc/mounts update. Signed-off-by: Zhang Jiejing <kzjeef@gmail.com>
This commit is contained in:
parent
01bf0b6457
commit
2fde99cb55
|
@ -64,6 +64,7 @@ void ubifs_ro_mode(struct ubifs_info *c, int err)
|
||||||
if (!c->ro_media) {
|
if (!c->ro_media) {
|
||||||
c->ro_media = 1;
|
c->ro_media = 1;
|
||||||
c->no_chk_data_crc = 0;
|
c->no_chk_data_crc = 0;
|
||||||
|
c->vfs_sb->s_flags |= MS_RDONLY;
|
||||||
ubifs_warn("switched to read-only mode, error %d", err);
|
ubifs_warn("switched to read-only mode, error %d", err);
|
||||||
dbg_dump_stack();
|
dbg_dump_stack();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user