Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110538
b: refs/heads/master
c: 7ba1fba
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Oct 9, 2008
1 parent 212dbea commit afcfaf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 581d4e28d9195aa8b2231383dbabc288988d615e
refs/heads/master: 7ba1fbaa4a478f72fbaf5a56af9c82a77966b4c7
2 changes: 2 additions & 0 deletions trunk/block/blk-timeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ void blk_rq_timed_out_timer(unsigned long data)
*/
void blk_abort_request(struct request *req)
{
if (blk_mark_rq_complete(req))
return;
blk_delete_timer(req);
blk_rq_timed_out(req);
}
Expand Down

0 comments on commit afcfaf6

Please sign in to comment.