ocfs2: Copy xattr buckets with a dedicated function.
authorJoel Becker <joel.becker@oracle.com>
Sat, 25 Oct 2008 01:54:43 +0000 (18:54 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:17 +0000 (08:34 -0800)
commit4980c6daba967124ed6420032960abd2b48412e2
treec5220ec03222db04972ddba0daaca6c112f51b57
parent1224be020f62ada3e19822feeac3840abf80de3e
ocfs2: Copy xattr buckets with a dedicated function.

Now that the places that copy whole buckets are using struct
ocfs2_xattr_bucket, we can do the copy in a dedicated function.

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