commit | 913d952eb573c3d1f7487e83b5590e13e7cae2bd | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Mar 10 13:17:18 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Mar 10 13:17:18 2009 -0400 |
tree | ce01f54ffbd6ae871c4e11560ae1c826cffe4d3a | |
parent | 4184ea7f908d95f329febc3665cf66da8568b467 [diff] |
Btrfs: Clear space_info full when adding new devices The full flag on the space info structs tells the allocator not to try and allocate more chunks because the devices in the FS are fully allocated. When more devices are added, we need to clear the full flag so the allocator knows it has more space available. Signed-off-by: Chris Mason <chris.mason@oracle.com>