Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213208
b: refs/heads/master
c: e045db8
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed Sep 10, 2010
1 parent 404fdcb commit 4479c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61002f7db33c7d064cddcdab680fb750fa43d8fd
refs/heads/master: e045db80d07250312500b2ed707b84dc703189d6
2 changes: 1 addition & 1 deletion trunk/fs/fat/fatent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4479c58

Please sign in to comment.