Displaying 1 result from an estimated 1 matches for "ext3_commit_sup".
Did you mean:
ext3_commit_super
2005 Jan 18
0
[PATCH] ext3: commit superblock before panicking
...tk (KERN_CRIT "Remounting filesystem read-only\n");
sb->s_flags |= MS_RDONLY;
@@ -156,6 +153,9 @@
if (journal)
journal_abort(journal, -EIO);
}
+ if (test_opt (sb, ERRORS_PANIC))
+ panic ("EXT3-fs (device %s): panic forced after error\n",
+ sb->s_id);
ext3_commit_super(sb, es, 1);
}