commit | b5c03e746959bb005b987e9d8511df46680c3daa | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Nov 25 19:58:16 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:27 2009 -0800 |
tree | 7ce25b024b37f82815195f3e82ca43609328e789 | |
parent | 2b656c1d6fc5ba7791a360766780a212faed5705 [diff] |
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>