Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196826
b: refs/heads/master
c: 6a47dc1
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Jens Axboe committed Apr 29, 2010
1 parent 5c140c4 commit c2c4ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0341aafb7f3313bcedc6811a098500be85f3fc77
refs/heads/master: 6a47dc1418682c83d603b491df1d048f73aa973e
4 changes: 2 additions & 2 deletions trunk/fs/nilfs2/the_nilfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ int nilfs_discard_segments(struct the_nilfs *nilfs, __u64 *segnump,
start * sects_per_block,
nblocks * sects_per_block,
GFP_NOFS,
DISCARD_FL_BARRIER);
BLKDEV_IFL_BARRIER);
if (ret < 0)
return ret;
nblocks = 0;
Expand All @@ -680,7 +680,7 @@ int nilfs_discard_segments(struct the_nilfs *nilfs, __u64 *segnump,
ret = blkdev_issue_discard(nilfs->ns_bdev,
start * sects_per_block,
nblocks * sects_per_block,
GFP_NOFS, DISCARD_FL_BARRIER);
GFP_NOFS, BLKDEV_IFL_BARRIER);
return ret;
}

Expand Down

0 comments on commit c2c4ef2

Please sign in to comment.