]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf894c64ff12389955cc28f2181289359d23e1a6a
tree841838592697a827a94596a4f84f2bb1a6cc9730
parentbff6c7c1134491368f29b0ed7b62afc75199d5bf
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