dm integrity: make blk_integrity_profile structure const

Make this structure const as it is only stored in the profile field of a
blk_integrity structure. This field is of type const, so make structure
as const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

authored by

Bhumika Goyal and committed by
Mike Snitzer
7c373d66 b7e326f7

+1 -1
+1 -1
drivers/md/dm-integrity.c
··· 299 299 /* 300 300 * DM Integrity profile, protection is performed layer above (dm-crypt) 301 301 */ 302 - static struct blk_integrity_profile dm_integrity_profile = { 302 + static const struct blk_integrity_profile dm_integrity_profile = { 303 303 .name = "DM-DIF-EXT-TAG", 304 304 .generate_fn = NULL, 305 305 .verify_fn = NULL,