ocfs2: Add normal functions for reflink a normal file's extents.
authorTao Ma <tao.ma@oracle.com>
Sat, 22 Aug 2009 15:54:27 +0000 (23:54 +0800)
committerJoel Becker <joel.becker@oracle.com>
Wed, 23 Sep 2009 03:09:38 +0000 (20:09 -0700)
commit110a045aca62f6f564e3b68f89af2a3a5a6ecff2
treed7c2df9a59e527eb14add4daf1c0107e486715f4
parent37f8a2bfaa8364dd3644cccee8824bb8f5e409a5
ocfs2: Add normal functions for reflink a normal file's extents.

2 major functions are added in this patch.

ocfs2_attach_refcount_tree will create a new refcount tree to the
old file if it doesn't have one and insert all the extent records
to the tree if they are not refcounted.

ocfs2_create_reflink_node will:
1. set the refcount tree to the new file.
2. call ocfs2_duplicate_extent_list which will iterate all the
   extents for the old file, insert it to the new file and increase
   the corresponding referennce count.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
fs/ocfs2/refcounttree.c