Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / fs / ext4 / ioctl.c
index b0349f4..0bfe2ce 100644 (file)
@@ -802,7 +802,7 @@ int ext4_force_shutdown(struct super_block *sb, u32 flags)
        if (flags > EXT4_GOING_FLAGS_NOLOGFLUSH)
                return -EINVAL;
 
-       if (ext4_forced_shutdown(sbi))
+       if (ext4_forced_shutdown(sb))
                return 0;
 
        ext4_msg(sb, KERN_ALERT, "shut down requested (%d)", flags);