summaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorSlava Pestov2014-05-22 21:14:24 +0200
committerKent Overstreet2014-08-05 00:23:03 +0200
commit60ae81eee86dd7a520db8c1e3d702b49fc0418b5 (patch)
treea9919f11951c3e96ad49db0b50c3964232f5f1b7 /drivers/md
parentbcache: fix typo in bch_bkey_equal_header (diff)
downloadkernel-qcow2-linux-60ae81eee86dd7a520db8c1e3d702b49fc0418b5.tar.gz
kernel-qcow2-linux-60ae81eee86dd7a520db8c1e3d702b49fc0418b5.tar.xz
kernel-qcow2-linux-60ae81eee86dd7a520db8c1e3d702b49fc0418b5.zip
bcache: bcache_write tracepoint was crashing
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bcache/request.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c
index 15fff4f68a7c..62e6e98186b5 100644
--- a/drivers/md/bcache/request.c
+++ b/drivers/md/bcache/request.c
@@ -311,7 +311,8 @@ void bch_data_insert(struct closure *cl)
{
struct data_insert_op *op = container_of(cl, struct data_insert_op, cl);
- trace_bcache_write(op->bio, op->writeback, op->bypass);
+ trace_bcache_write(op->c, op->inode, op->bio,
+ op->writeback, op->bypass);
bch_keylist_init(&op->insert_keys);
bio_get(op->bio);