Commit 1c18d2a1 authored by Al Viro's avatar Al Viro

it's SB_BORN, not MS_BORN...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3087147b
...@@ -938,7 +938,7 @@ void emergency_remount(void) ...@@ -938,7 +938,7 @@ void emergency_remount(void)
static void do_thaw_all_callback(struct super_block *sb) static void do_thaw_all_callback(struct super_block *sb)
{ {
down_write(&sb->s_umount); down_write(&sb->s_umount);
if (sb->s_root && sb->s_flags & MS_BORN) { if (sb->s_root && sb->s_flags & SB_BORN) {
emergency_thaw_bdev(sb); emergency_thaw_bdev(sb);
thaw_super_locked(sb); thaw_super_locked(sb);
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment