commit | 89a55897a2fbbceb94480952784004bf23911d38 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Thu Oct 14 14:52:27 2010 -0400 |
committer | Josef Bacik <josef@redhat.com> | Fri Oct 22 15:54:55 2010 -0400 |
tree | e62ea1ced4c7941ab53e7aa7047ce8f0af0add9f | |
parent | bf5fc093c5b625e4259203f1cee7ca73488a5620 [diff] |
Btrfs: fix df regression The new ENOSPC stuff breaks out the raid types which breaks the way we were reporting df to the system. This fixes it back so that Available is the total space available to data and used is the actual bytes used by the filesystem. This means that Available is Total - data used - all of the metadata space. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>