From 4479c58c86619fe3a6f437ba24102be8ec9148a2 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 18 Aug 2010 05:29:19 -0400 Subject: [PATCH] --- yaml --- r: 213208 b: refs/heads/master c: e045db80d07250312500b2ed707b84dc703189d6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/fat/fatent.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fa45e0b1d2e9..10d07bbaea03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 61002f7db33c7d064cddcdab680fb750fa43d8fd +refs/heads/master: e045db80d07250312500b2ed707b84dc703189d6 diff --git a/trunk/fs/fat/fatent.c b/trunk/fs/fat/fatent.c index 3a56a82f5658..f9a0b7ae8648 100644 --- a/trunk/fs/fat/fatent.c +++ b/trunk/fs/fat/fatent.c @@ -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; }