Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251168
b: refs/heads/master
c: 95cf3dd
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Jens Axboe committed May 23, 2011
1 parent 161f108 commit 318f013
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: 317389a7739675aa990b7e0d750a7c435f1d25d7
refs/heads/master: 95cf3dd9dbe6883a0328724e2110e3fc6465630b
2 changes: 2 additions & 0 deletions trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@ static bool bio_attempt_back_merge(struct request_queue *q, struct request *req,
req->ioprio = ioprio_best(req->ioprio, bio_prio(bio));

drive_stat_acct(req, 0);
elv_bio_merged(q, req, bio);
return true;
}

Expand Down Expand Up @@ -1155,6 +1156,7 @@ static bool bio_attempt_front_merge(struct request_queue *q,
req->ioprio = ioprio_best(req->ioprio, bio_prio(bio));

drive_stat_acct(req, 0);
elv_bio_merged(q, req, bio);
return true;
}

Expand Down

0 comments on commit 318f013

Please sign in to comment.