Btrfs: superblock duplication
authorYan Zheng <zheng.yan@oracle.com>
Mon, 8 Dec 2008 21:46:26 +0000 (16:46 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 8 Dec 2008 21:46:26 +0000 (16:46 -0500)
This patch implements superblock duplication. Superblocks
are stored at offset 16K, 64M and 256G on every devices.
Spaces used by superblocks are preserved by the allocator,
which uses a reverse mapping function to find the logical
addresses that correspond to superblocks. Thank you,

Signed-off-by: Yan Zheng <zheng.yan@oracle.com>

No differences found