commit | bf5fc093c5b625e4259203f1cee7ca73488a5620 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Sep 29 11:22:36 2010 -0400 |
committer | Josef Bacik <josef@redhat.com> | Fri Oct 22 15:54:53 2010 -0400 |
tree | 099385541c534c1adcdb4251277ee4364562d5ec | |
parent | a1f765061e1491d5ec467429d0d6adfd9df2f6d9 [diff] |
Btrfs: fix the df ioctl to report raid types The new ENOSPC stuff broke the df ioctl since we no longer create seperate space info's for each RAID type. So instead, loop through each space info's raid lists so we can get the right RAID information which will allow the df ioctl to tell us RAID types again. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>