From: Josef Bacik Date: Wed, 29 Sep 2010 15:22:36 +0000 (-0400) Subject: Btrfs: fix the df ioctl to report raid types X-Git-Tag: v2.6.37-rc1~19^2~22^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5fc093c5b625e4259203f1cee7ca73488a5620;p=pandora-kernel.git 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 --- Reading git-diff-tree failed