Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208267
b: refs/heads/master
c: 15392ef
h: refs/heads/master
i:
  208265: b95d2fe
  208263: ae77c21
v: v3
  • Loading branch information
Arnd Bergmann authored and Jens Axboe committed Aug 7, 2010
1 parent 1433b35 commit b49e44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 6de43703108bb1d3fc9495b3e8107d6ec72f97e4
refs/heads/master: 15392efb9d427482754f6d267262452878667499
4 changes: 0 additions & 4 deletions trunk/block/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,10 @@ int blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd,
bd_release(bdev);
return ret;
case BLKPG:
lock_kernel();
ret = blkpg_ioctl(bdev, (struct blkpg_ioctl_arg __user *) arg);
unlock_kernel();
break;
case BLKRRPART:
lock_kernel();
ret = blkdev_reread_part(bdev);
unlock_kernel();
break;
case BLKGETSIZE:
size = bdev->bd_inode->i_size;
Expand Down

0 comments on commit b49e44d

Please sign in to comment.