net/mlx5: Remove spinlock support from mlx5_write64
[linux-2.6-microblaze.git] / fs / fat / misc.c
index fce0a76..4fc950b 100644 (file)
@@ -64,7 +64,7 @@ int fat_clusters_flush(struct super_block *sb)
        struct buffer_head *bh;
        struct fat_boot_fsinfo *fsinfo;
 
-       if (sbi->fat_bits != 32)
+       if (!is_fat32(sbi))
                return 0;
 
        bh = sb_bread(sb, sbi->fsinfo_sector);