Update the Ext3 converter
commit8bfbb6b6f83975d85cf2f2018d9c08d0e6cfb500
authorChris Mason <chris.mason@oracle.com>
Tue, 22 Apr 2008 18:06:56 +0000 (22 14:06 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 22 Apr 2008 18:06:56 +0000 (22 14:06 -0400)
treefc2d28d6a05cba2f92e303f98e9fca122b26cf3b
parent358564890ac230ccc8af2661268a6bcb0d6ea18f
Update the Ext3 converter

The main changes in this patch are adding chunk handing and data relocation
ability. In the last step of conversion, the converter relocates data in system
chunk and move chunk tree into system chunk. In the rollback process, the
converter remove chunk tree from system chunk and copy data back.

Regards
YZ
---
convert.c
ctree.h
disk-io.c
extent-tree.c
extent_io.c
mkfs.c
utils.c
utils.h
volumes.c
volumes.h