aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-08 14:40:42 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-07-08 14:54:45 +0200
commitd7789ba79b1d081932a2da6d05f78320a002505a (patch)
tree1462027856037610434f3911017a1d22113bf771 /block
parent83f12c5cb20669c30ac711f28f09d7f464124d00 (diff)
parentbbae7add628cfe96a1facd578dd1eddcd1030de7 (diff)
Merge tag 'v3.14.10' into v3.14-rt
This is the 3.14.10 stable release Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Conflicts: include/linux/irqdesc.h include/linux/thread_info.h kernel/irq/manage.c kernel/locking/rtmutex.c
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index fb125e8fc3af..148924123b74 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -2353,7 +2353,7 @@ bool blk_update_request(struct request *req, int error, unsigned int nr_bytes)
if (!req->bio)
return false;
- trace_block_rq_complete(req->q, req);
+ trace_block_rq_complete(req->q, req, nr_bytes);
/*
* For fs requests, rq is just carrier of independent bio's