commit | 850d2d915fa69011bef9bd668499cce889fdd8b3 | [log] [tgz] |
---|---|---|
author | Andrew Price <anprice@redhat.com> | Tue Dec 12 11:42:30 2017 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Tue Dec 12 11:43:42 2017 -0600 |
tree | 7dbc81bc6579f08027b72d2f11f519bf3c76131c | |
parent | 166725d96322473305e35f9d580591a01697ab29 [diff] |
gfs2: Add a crc field to resource group headers Add the rg_crc field to store a crc32 of the gfs2_rgrp structure. This allows us to check resource group headers' integrity and removes the requirement to check them against the rindex entries in fsck. If this field is found to be zero, it should be ignored (or updated with an accurate value). Signed-off-by: Andrew Price <anprice@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>