ocfs2: Move ocfs2_complete_reflink to the right place.
authorTao Ma <tao.ma@oracle.com>
Thu, 15 Oct 2009 03:10:48 +0000 (11:10 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 29 Oct 2009 05:44:19 +0000 (22:44 -0700)
commit87f4b1bb98696e6cf84f57df7de41f28c2a7dbeb
treeedfc70e8681ee3ff98d5a7eb181edf4554deb0f4
parentfb5cbe9efd741b16e72133613747f76490bbecd3
ocfs2: Move ocfs2_complete_reflink to the right place.

As its name ocfs2_complete_reflink indicates, it should
be called after all the work for reflink is done, so
it really should be called after we reflink xattr
successfully.

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>
fs/ocfs2/refcounttree.c