]> rtime.felk.cvut.cz Git - linux-imx.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)
commit983d09ffe396ed5d5339a1b9ff994dd0b0f2069f
tree42779460b8910c6537bd4d53fa99f23eb5fde830
parent77c95bba013089fa868217283eb6d98a05913e53
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