diff options
-rw-r--r-- | fs/fat/fatent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c index 3a56a82f5658..f9a0b7ae8648 100644 --- a/fs/fat/fatent.c +++ b/fs/fat/fatent.c | |||
@@ -579,7 +579,7 @@ int fat_free_clusters(struct inode *inode, int cluster) | |||
579 | fat_clus_to_blknr(sbi, first_cl), | 579 | fat_clus_to_blknr(sbi, first_cl), |
580 | nr_clus * sbi->sec_per_clus, | 580 | nr_clus * sbi->sec_per_clus, |
581 | GFP_NOFS, | 581 | GFP_NOFS, |
582 | BLKDEV_IFL_WAIT | BLKDEV_IFL_BARRIER); | 582 | BLKDEV_IFL_WAIT); |
583 | 583 | ||
584 | first_cl = cluster; | 584 | first_cl = cluster; |
585 | } | 585 | } |