ocfs2: Start using buckets in ocfs2_adjust_xattr_cross_cluster().
authorJoel Becker <joel.becker@oracle.com>
Wed, 26 Nov 2008 22:12:09 +0000 (14:12 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:30 +0000 (08:40 -0800)
commit92cf3adf48097b7561a3c83f800ed3b2b25b18d4
tree841838592697a827a94596a4f84f2bb1a6cc9730
parentc58b6032f93358871361a92d7743dbc85d27084e
ocfs2: Start using buckets in ocfs2_adjust_xattr_cross_cluster().

We want to be passing around buckets instead of buffer_heads.  Let's get
them into 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