Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1119
b: refs/heads/master
c: 68f66fe
h: refs/heads/master
i:
  1117: e291722
  1115: 0a50bec
  1111: d0d76f3
  1103: 42e1260
  1087: 7cd58ae
v: v3
  • Loading branch information
Stephen Tweedie authored and Greg KH committed May 17, 2005
1 parent 70bd65d commit 480561a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: a84a505956f5c795a9ab3d60d97b6b91a27aa571
refs/heads/master: 68f66feb300423bb9ee5daecb1951af394425a38
2 changes: 2 additions & 0 deletions trunk/drivers/block/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,5 @@ long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg)
}
return ret;
}

EXPORT_SYMBOL_GPL(blkdev_ioctl);
2 changes: 1 addition & 1 deletion trunk/drivers/char/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ raw_ioctl(struct inode *inode, struct file *filp,
{
struct block_device *bdev = filp->private_data;

return ioctl_by_bdev(bdev, command, arg);
return blkdev_ioctl(bdev->bd_inode, filp, command, arg);
}

static void bind_device(struct raw_config_request *rq)
Expand Down

0 comments on commit 480561a

Please sign in to comment.