Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132484
b: refs/heads/master
c: 913d952
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Mar 10, 2009
1 parent f9f93ec commit 341721b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4184ea7f908d95f329febc3665cf66da8568b467
refs/heads/master: 913d952eb573c3d1f7487e83b5590e13e7cae2bd
6 changes: 6 additions & 0 deletions trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,12 @@ int btrfs_init_new_device(struct btrfs_root *root, char *device_path)
ret = btrfs_add_device(trans, root, device);
}

/*
* we've got more storage, clear any full flags on the space
* infos
*/
btrfs_clear_space_info_full(root->fs_info);

unlock_chunks(root);
btrfs_commit_transaction(trans, root);

Expand Down

0 comments on commit 341721b

Please sign in to comment.