i2o_block_release(9)
NAME
i2o_block_release - Release the I2O block device
SYNOPSIS
int i2o_block_release(struct inode * inode, struct file * file);
ARGUMENTS
- inode
- inode for block device being released
- file
- file to close
DESCRIPTION
Unlock and unmount the media, and power down the device. Gets called if
the block device is closed.
Returns 0 on success or negative error code on failure.