commit | 8789f4fe608922f484369382a8e507ca12df7f4e | [log] [tgz] |
---|---|---|
author | Zhao Lei <zhaolei@cn.fujitsu.com> | Tue Sep 15 21:08:07 2015 +0800 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 21 18:28:48 2015 +0200 |
tree | d956b1ad487ffd551896bced20525bb973088ba2 | |
parent | af902047508d3619499cbbc2f7c4c5e16428b2e3 [diff] |
btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() btrfs_raid_array[] is used to define all raid attributes, use it to get tolerated_failures in btrfs_get_num_tolerated_disk_barrier_failures(), instead of complex condition in function. It can make code simple and auto-support other possible raid-type in future. Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>