Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e045db80 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

fat: do not send discards as barriers



fat already uses synchronous discards, no need to add I/O barriers.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 61002f7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@ int fat_free_clusters(struct inode *inode, int cluster)
					fat_clus_to_blknr(sbi, first_cl),
					nr_clus * sbi->sec_per_clus,
					GFP_NOFS,
					BLKDEV_IFL_WAIT | BLKDEV_IFL_BARRIER);
					BLKDEV_IFL_WAIT);

				first_cl = cluster;
			}