commit | 9f680ce04ea19dabbbafe01b57b61930a9b70741 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Apr 06 09:37:47 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Apr 06 09:37:47 2010 -0400 |
tree | 30447eb92851fe8542469a69cfd126bec30f9dd2 | |
parent | ab6e24103cbd215e922938a4f58c75194761a60e [diff] |
Btrfs: make sure the chunk allocator doesn't create zero length chunks A recent commit allowed for smaller chunks to be created, but didn't make sure they were always bigger than a stripe. After some divides, this led to zero length stripes. Signed-off-by: Chris Mason <chris.mason@oracle.com>