commit | 4b52dff6d371b9b93bc99f64c32831ea9a8ec3ac | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jun 26 10:06:50 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Tue Jun 26 10:06:50 2007 -0400 |
tree | 160a5fb1d8ab8e593775962aedac6ef770da7f3c | |
parent | 79c44584ea346024e929ac0f2a3577aac33b7b3f [diff] |
Btrfs: Fix super block updates during transaction commit 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>