Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273830
b: refs/heads/master
c: 8a9c594
h: refs/heads/master
v: v3
  • Loading branch information
Phillip Susi authored and Jens Axboe committed Sep 21, 2011
1 parent c4751f1 commit b51fb0b
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: 5a3a76e6c35fa236fc234d17a98edeb41d49130f
refs/heads/master: 8a9c594422ecad912d6470888acdee9a1236ad68
2 changes: 1 addition & 1 deletion trunk/drivers/block/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ static int lo_release(struct gendisk *disk, fmode_t mode)
* In autoclear mode, stop the loop thread
* and remove configuration after last close.
*/
err = loop_clr_fd(lo, NULL);
err = loop_clr_fd(lo, lo->lo_device);
if (!err)
goto out_unlocked;
} else {
Expand Down

0 comments on commit b51fb0b

Please sign in to comment.