ext4: Calculate and verify checksums of extended attribute blocks
authorDarrick J. Wong <djwong@us.ibm.com>
Sun, 29 Apr 2012 22:43:10 +0000 (18:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Apr 2012 22:43:10 +0000 (18:43 -0400)
commitcc8e94fd126ab2d2e4bcb1b65c7316196f0cec8c
tree1e9e6fa98d5f7dc2e71f615cb3de556a782d577e
parentb0336e8d2108e6302aecaadd17c6c0bd686da22d
ext4: Calculate and verify checksums of extended attribute blocks

Calculate and verify the checksums of extended attribute blocks.  This
only applies to separate EA blocks that are pointed to by
inode->i_file_acl (i.e.  external EA blocks); the checksum lives in
the EA header.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/xattr.c