aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/volumes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index fe5b00986d2..4fc92cf813d 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -746,6 +746,9 @@ again:
746 else 746 else
747 min_free = calc_size; 747 min_free = calc_size;
748 748
749 /* we add 1MB because we never use the first 1MB of the device */
750 min_free += 1024 * 1024;
751
749 /* build a private list of devices we will allocate from */ 752 /* build a private list of devices we will allocate from */
750 while(index < num_stripes) { 753 while(index < num_stripes) {
751 device = list_entry(cur, struct btrfs_device, dev_list); 754 device = list_entry(cur, struct btrfs_device, dev_list);