commit | 83121942b28daffc9526b14b7843d8cdbd3db641 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed Jul 22 16:52:13 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Wed Jul 22 16:52:13 2009 -0400 |
tree | 7440a54bdc12e3aa7c268b9b747204dc0e1e2a5e | |
parent | c271b492419a18908ba19ee02b231fb305a27023 [diff] |
Btrfs: Fix crash on read failures at mount If the tree roots hit read errors during mount, btrfs is not properly erroring out. We need to check the uptodate bits after reading in the tree root node. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>