Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360452
b: refs/heads/master
c: 3e39cea
h: refs/heads/master
v: v3
  • Loading branch information
Ilya Dryomov authored and Josef Bacik committed Feb 20, 2013
1 parent fb37a3d commit 4d4c6fe
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: bf023ecfcaf114c410759f375073e78b0871c120
refs/heads/master: 3e39cea61c4ecb5774c08f3e30507fdd58c1cca9
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ static int chunk_usage_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset,
chunk_used = btrfs_block_group_used(&cache->item);

if (bargs->usage == 0)
user_thresh = 0;
user_thresh = 1;
else if (bargs->usage > 100)
user_thresh = cache->key.offset;
else
Expand Down

0 comments on commit 4d4c6fe

Please sign in to comment.