Explorar o código

it's SB_BORN, not MS_BORN...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=7) %!d(string=hai) anos
pai
achega
1c18d2a15e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/super.c

+ 1 - 1
fs/super.c

@@ -938,7 +938,7 @@ void emergency_remount(void)
 static void do_thaw_all_callback(struct super_block *sb)
 {
 	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);
 		thaw_super_locked(sb);
 	} else {