1. NAME

i2o_block_release - Release the I2O block device

2. SYNOPSIS

void i2o_block_release(struct gendisk *  disk , fmode_t  mode );

3. ARGUMENTS

disk
    gendisk device being released

mode
    file open mode

4. DESCRIPTION

Unlock and unmount the media, and power down the device. Gets called if the block device is closed.

5. COPYRIGHT