ocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bucket_cross_cluster().
authorJoel Becker <joel.becker@oracle.com>
Wed, 26 Nov 2008 03:58:16 +0000 (19:58 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:27 +0000 (08:40 -0800)
commitb5c03e746959bb005b987e9d8511df46680c3daa
tree7ce25b024b37f82815195f3e82ca43609328e789
parent2b656c1d6fc5ba7791a360766780a212faed5705
ocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bucket_cross_cluster().

The buffer copy loop of ocfs2_mv_xattr_bucket_cross_cluster() actually
looks a lot like ocfs2_cp_xattr_bucket().  Let's just use that instead.
We also use bucket operations to update the buckets at the start of each
extent.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c