table of contents
other versions
CHECK_DISK_SIZE_CHAN(9) | The Linux VFS | CHECK_DISK_SIZE_CHAN(9) |
NAME¶
check_disk_size_change - checks for disk size change and adjusts bdev size.
SYNOPSIS¶
void check_disk_size_change(struct gendisk * disk, struct block_device * bdev);
ARGUMENTS¶
struct gendisk * disk
struct gendisk to check
struct block_device * bdev
struct bdev to adjust.
DESCRIPTION¶
This routine checks to see if the bdev size does not match the disk size and adjusts it if it differs.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |