]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/fatent.c
ARM: OMAP3: Fix get_irqnr_and_base to clear spurious interrupt bits
[linux-2.6-omap-h63xx.git] / fs / fat / fatent.c
index c7c8ab2209e1e39ee380b8dee42f627c5cf3c364..302e95c4af7e0c517704d987932411066c129d86 100644 (file)
@@ -546,7 +546,7 @@ int fat_free_clusters(struct inode *inode, int cluster)
                        goto error;
                } else if (cluster == FAT_ENT_FREE) {
                        fat_fs_panic(sb, "%s: deleting FAT entry beyond EOF",
-                                    __FUNCTION__);
+                                    __func__);
                        err = -EIO;
                        goto error;
                }
@@ -585,8 +585,6 @@ error:
                brelse(bhs[i]);
        unlock_fat(sbi);
 
-       fat_clusters_flush(sb);
-
        return err;
 }