commit | 5d778aaeb013bf819d00e33de7c673c04b5c4886 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Wed Sep 03 21:35:35 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:38:35 2014 -0700 |
tree | fbc593e27b5e4aa7dbc9300bff26e247f6e321be | |
parent | ce7213c70c37e3a66bc0b50c45edcbfea505f62f [diff] |
Btrfs: Fix wrong free_chunk_space assignment during removing a device During removing a device, we have modified free_chunk_space when we shrink the device, so we needn't assign a new value to it after the device shrink. Fix it. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>