ocfs2: CoW a reflinked cluster when it is truncated.
authorTao Ma <tao.ma@oracle.com>
Wed, 26 Aug 2009 01:47:28 +0000 (09:47 +0800)
committerJoel Becker <joel.becker@oracle.com>
Wed, 23 Sep 2009 03:09:38 +0000 (20:09 -0700)
When we truncate a file to a specific size which resides in a reflinked
cluster, we need to CoW it since ocfs2_zero_range_for_truncate will
zero the space after the size(just another type of write).

So we add a "max_cpos" in ocfs2_refcount_cow so that it will stop when
it hit the max cluster offset.

Signed-off-by: Tao Ma <tao.ma@oracle.com>

No differences found