1. NAME

blk_integrity_unregister - Remove block integrity profile

2. SYNOPSIS

void blk_integrity_unregister(struct gendisk *  disk );

3. ARGUMENTS

disk
    disk whose integrity profile to deallocate

4. DESCRIPTION

This function frees all memory used by the block integrity profile. To be called at device teardown.

5. COPYRIGHT