commit | cc8e94fd126ab2d2e4bcb1b65c7316196f0cec8c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Sun Apr 29 18:43:10 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 29 18:43:10 2012 -0400 |
tree | 1e9e6fa98d5f7dc2e71f615cb3de556a782d577e | |
parent | b0336e8d2108e6302aecaadd17c6c0bd686da22d [diff] |
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>