]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite1ab1ec57afcad5ff11fb897bcefa9d7b57b1a00
tree7e5c2a6a2f2a384a0ebc0804f126a8106ad0b43f
parent30bdb0337c068276a50648704ebe8fb845e744f6
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