commit | 2f48d593b6ceb7bb63d34124ceba77d33be298cf | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Thu Oct 15 11:10:49 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Wed Oct 28 22:48:23 2009 -0700 |
tree | 87c77763eefb395dc25010ce989d4d704615225d | |
parent | 87f4b1bb98696e6cf84f57df7de41f28c2a7dbeb [diff] |
ocfs2: duplicate inline data properly during reflink. 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>