Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29085
b: refs/heads/master
c: eefe85e
h: refs/heads/master
i:
  29083: 35d762a
v: v3
  • Loading branch information
Constantine Sapuntzakis authored and Linus Torvalds committed Jun 23, 2006
1 parent a489d15 commit 18f84f9
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: 98bd34eaf1a7d1f2ed9c4e5d3a9664d3dcdd2159
refs/heads/master: eefe85ee350ece1bdf3e9a61e941d3394a528660
2 changes: 1 addition & 1 deletion trunk/drivers/block/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ static int loop_set_fd(struct loop_device *lo, struct file *lo_file,
lo->lo_device = bdev;
lo->lo_flags = lo_flags;
lo->lo_backing_file = file;
lo->transfer = NULL;
lo->transfer = transfer_none;
lo->ioctl = NULL;
lo->lo_sizelimit = 0;
lo->old_gfp_mask = mapping_gfp_mask(mapping);
Expand Down

0 comments on commit 18f84f9

Please sign in to comment.