ocfs2: Add ecc and checksums to ocfs2 xattr buckets.
authorJoel Becker <joel.becker@oracle.com>
Fri, 5 Dec 2008 19:19:37 +0000 (11:19 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:32 +0000 (08:40 -0800)
commit4d0e214ee83185fcaa2cb97cd026d32bdc5c994a
tree7e5c2a6a2f2a384a0ebc0804f126a8106ad0b43f
parent13723d00e374c2a6d6ccb5af6de965e89c3e1b01
ocfs2: Add ecc and checksums to ocfs2 xattr buckets.

The xattr bucket can span multiple blocks on disk.  We have wrappers
for this structure in the code.  We use the new multi-block ecc calls to
calculate and validate the bucket.

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