]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: add CRC checks to the AGI
authorDave Chinner <dgc@sgi.com>
Wed, 3 Apr 2013 05:11:15 +0000 (16:11 +1100)
committerBen Myers <bpm@sgi.com>
Sun, 21 Apr 2013 19:57:43 +0000 (14:57 -0500)
commitf3d62e9bca6838595ab598dbf301151e22269e45
tree42779460b8910c6537bd4d53fa99f23eb5fde830
parente8cbf39a3ec444157ab9d38fd338bf86f4f519f2
xfs: add CRC checks to the AGI

Same set of changes made to the AGF need to be made to the AGI.
This patch has a similar history to the AGF, hence a similar
sign-off chain.

Signed-off-by: Dave Chinner <dgc@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <dgc@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_ag.h
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_fsops.c
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_log_recover.c