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>
This commit is contained in:
@@ -47,6 +47,7 @@ extern kmem_zone_t *xfs_buf_item_zone;
|
||||
#define XFS_BLF_BTREE_BUF (1<<5)
|
||||
#define XFS_BLF_AGF_BUF (1<<6)
|
||||
#define XFS_BLF_AGFL_BUF (1<<7)
|
||||
#define XFS_BLF_AGI_BUF (1<<8)
|
||||
|
||||
#define XFS_BLF_TYPE_MASK \
|
||||
(XFS_BLF_UDQUOT_BUF | \
|
||||
@@ -54,7 +55,8 @@ extern kmem_zone_t *xfs_buf_item_zone;
|
||||
XFS_BLF_GDQUOT_BUF | \
|
||||
XFS_BLF_BTREE_BUF | \
|
||||
XFS_BLF_AGF_BUF | \
|
||||
XFS_BLF_AGFL_BUF)
|
||||
XFS_BLF_AGFL_BUF | \
|
||||
XFS_BLF_AGI_BUF)
|
||||
|
||||
#define XFS_BLF_CHUNK 128
|
||||
#define XFS_BLF_SHIFT 7
|
||||
|
Reference in New Issue
Block a user