Skip to content
  • Miao Xie's avatar
    btrfs: fix wrong calculation of stripe size · 1974a3b4
    Miao Xie authored
    
    
    There are two tiny problem:
    - One is When we check the chunk size is greater than the max chunk size or not,
      we should take mirrors into account, but the original code didn't.
    - The other is btrfs shouldn't use the size of the residual free space as the
      length of of a dup chunk when doing chunk allocation. It is because the device
      space that a dup chunk needs is twice as large as the chunk size, if we use
      the size of the residual free space as the length of a dup chunk, we can not
      get enough free space. Fix it.
    
    Signed-off-by: default avatarMiao Xie <miaox@cn.fujitsu.com>
    Reviewed-by: default avatarJosef Bacik <josef@redhat.com>
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
    1974a3b4