Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 777cb1b5 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6

* 'linux-next' of git://git.infradead.org/ubifs-2.6:
  UBIFS: mark VFS SB RO too
parents 277a4ed1 2fde99cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ void ubifs_ro_mode(struct ubifs_info *c, int err)
	if (!c->ro_media) {
		c->ro_media = 1;
		c->no_chk_data_crc = 0;
		c->vfs_sb->s_flags |= MS_RDONLY;
		ubifs_warn("switched to read-only mode, error %d", err);
		dbg_dump_stack();
	}