Btrfs: deal with NULL space info
authorChris Mason <chris.mason@oracle.com>
Tue, 22 Sep 2009 18:45:50 +0000 (14:45 -0400)
committerChris Mason <chris.mason@oracle.com>
Tue, 22 Sep 2009 18:45:50 +0000 (14:45 -0400)
After a balance it is briefly possible for the space info
field in the inode to be NULL.  This adds some checks
to make sure things properly deal with the NULL value.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found