]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: calculate and verify checksums for inode bitmaps
authorDarrick J. Wong <djwong@us.ibm.com>
Sun, 29 Apr 2012 22:33:10 +0000 (18:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Apr 2012 22:33:10 +0000 (18:33 -0400)
commite826de7058e73dbbe5593f21b3815f734238b0bf
tree0b5150f476dd69726ffe7ea1ba83832c42b441be
parente870e541afbe73a6da8105cf29fbb18de7cf9db3
ext4: calculate and verify checksums for inode bitmaps

Compute and verify the checksum of the inode bitmap; the checkum is
stored in the block group descriptor.

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