ocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cluster().
authorJoel Becker <joel.becker@oracle.com>
Wed, 26 Nov 2008 22:25:21 +0000 (14:25 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:30 +0000 (08:40 -0800)
commit41cb814866110b6e35dad7569ecf96163c3bb824
treedddaf0e1f5ecc558b6f8c71933b1932aaf02e4d3
parent92cf3adf48097b7561a3c83f800ed3b2b25b18d4
ocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cluster().

Now that ocfs2_adjust_xattr_cross_cluster() has buckets, it can pass
them into ocfs2_mv_xattr_bucket_cross_cluster().  It no longer has to
care about buffer_heads.  The manipulation of first_bh and header_bh
moves up to ocfs2_adjust_xattr_cross_cluster().

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