Btrfs: Fix super block updates during transaction commit
authorChris Mason <chris.mason@oracle.com>
Tue, 26 Jun 2007 14:06:50 +0000 (10:06 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 26 Jun 2007 14:06:50 +0000 (10:06 -0400)
The super block written during commit was not consistent with the state of
the trees.  This change adds an in-memory copy of the super so that we can
make sure to write out consistent data during a commit.

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

No differences found