ocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xattr_buckets().
authorJoel Becker <joel.becker@oracle.com>
Wed, 26 Nov 2008 21:02:18 +0000 (13:02 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:29 +0000 (08:40 -0800)
commit874d65af1c8b8f6456a934701e6828d3017be029
treed4c7c08236cf8734ecb9da580e389adbac77e28c
parentb5c03e746959bb005b987e9d8511df46680c3daa
ocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xattr_buckets().

ocfs2_cp_xattr_cluster() takes the last cluster of an xattr extent,
copies its buckets to the front of a new extent, and then shrinks the bucket
count of the original extent.  So it's really moving the data, not
copying it.

While we're here, the function doesn't need a buffer_head for the old
extent, just the block number.

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