]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/fat/inode.c
x86/signal/64: Fix SS handling for signals delivered to 64-bit programs
[karo-tx-linux.git] / fs / fat / inode.c
index 7b41a2dcdd7662d8d7be045d94523b97299dd879..497c7c5263c7ca3962c385605fbbb558d351f759 100644 (file)
@@ -580,7 +580,7 @@ static void fat_set_state(struct super_block *sb,
 {
        struct buffer_head *bh;
        struct fat_boot_sector *b;
-       struct msdos_sb_info *sbi = sb->s_fs_info;
+       struct msdos_sb_info *sbi = MSDOS_SB(sb);
 
        /* do not change any thing if mounted read only */
        if ((sb->s_flags & MS_RDONLY) && !force)