ocfs2: duplicate inline data properly during reflink.
authorTao Ma <tao.ma@oracle.com>
Thu, 15 Oct 2009 03:10:49 +0000 (11:10 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 29 Oct 2009 05:48:23 +0000 (22:48 -0700)
The old reflink fails to handle inodes with inline data and will oops
if it encounters them.  This patch copies inline data to the new inode.
Extended attributes may still be refcounted.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Tested-by: Tristan Ye <tristan.ye@oracle.com>

No differences found