1. NAME

check_disk_size_change - checks for disk size change and adjusts bdev size.

2. SYNOPSIS

void check_disk_size_change(struct gendisk *  disk , struct block_device *  bdev );

3. ARGUMENTS

disk
    struct gendisk to check

bdev
    struct bdev to adjust.

4. DESCRIPTION

This routine checks to see if the bdev size does not match the disk size and adjusts it if it differs.

5. COPYRIGHT