Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361957
b: refs/heads/master
c: fdf30d1
h: refs/heads/master
i:
  361955: 829fe1c
v: v3
  • Loading branch information
Josef Bacik committed Mar 28, 2013
1 parent c68a6c6 commit e8126be
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: db1d607d3ca5cbb283cbb17d648cd7e8dc67cc7b
refs/heads/master: fdf30d1c1b386e1b73116cc7e0fb14e962b763b0
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4460,7 +4460,7 @@ static void update_global_block_rsv(struct btrfs_fs_info *fs_info)
spin_lock(&sinfo->lock);
spin_lock(&block_rsv->lock);

block_rsv->size = num_bytes;
block_rsv->size = min_t(u64, num_bytes, 512 * 1024 * 1024);

num_bytes = sinfo->bytes_used + sinfo->bytes_pinned +
sinfo->bytes_reserved + sinfo->bytes_readonly +
Expand Down

0 comments on commit e8126be

Please sign in to comment.