Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118040
b: refs/heads/master
c: b77b0ef
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 30, 2008
1 parent 0e213f3 commit f53da7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87b811c3f96559e466403e22b1fa99d472571625
refs/heads/master: b77b0ef207624c9d9f8064ccbfd6da169780df44
12 changes: 6 additions & 6 deletions trunk/drivers/message/i2o/i2o_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ static void i2o_block_biosparam(unsigned long capacity, unsigned short *cyls,

/**
* i2o_block_open - Open the block device
* @inode: inode for block device being opened
* @file: file to open
* @bdev: block device being opened
* @mode: file open mode
*
* Power up the device, mount and lock the media. This function is called,
* if the block device is opened for access.
Expand Down Expand Up @@ -596,8 +596,8 @@ static int i2o_block_open(struct block_device *bdev, fmode_t mode)

/**
* i2o_block_release - Release the I2O block device
* @inode: inode for block device being released
* @file: file to close
* @disk: gendisk device being released
* @mode: file open mode
*
* Unlock and unmount the media, and power down the device. Gets called if
* the block device is closed.
Expand Down Expand Up @@ -643,8 +643,8 @@ static int i2o_block_getgeo(struct block_device *bdev, struct hd_geometry *geo)

/**
* i2o_block_ioctl - Issue device specific ioctl calls.
* @inode: inode for block device ioctl
* @file: file for ioctl
* @bdev: block device being opened
* @mode: file open mode
* @cmd: ioctl command
* @arg: arg
*
Expand Down

0 comments on commit f53da7a

Please sign in to comment.