Btrfs: check for a null fs root when writing to the backup root log
authorChris Mason <chris.mason@oracle.com>
Sun, 6 Nov 2011 23:50:56 +0000 (18:50 -0500)
committerChris Mason <chris.mason@oracle.com>
Sun, 6 Nov 2011 23:50:56 +0000 (18:50 -0500)
During log replay, can commit the transaction before the fs_root
pointers are setup, so we have to make sure they are not null before
trying to use them.

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

No differences found