Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242296
b: refs/heads/master
c: 4345cab
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Jens Axboe committed Mar 19, 2011
1 parent 19fd935 commit 1dd193c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8184f93eced1e304721c2a55c00d87d5a14f8907
refs/heads/master: 4345caba340f051e10847924fc078ae18ed6695c
2 changes: 1 addition & 1 deletion trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,9 +1181,9 @@ static int __blkdev_get(struct block_device *bdev, fmode_t mode, int for_part)
out_unlock_bdev:
mutex_unlock(&bdev->bd_mutex);
disk_unblock_events(disk);
out:
module_put(disk->fops->owner);
put_disk(disk);
out:
bdput(bdev);

return ret;
Expand Down

0 comments on commit 1dd193c

Please sign in to comment.