summaryrefslogtreecommitdiff
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-09-08 16:42:27 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-09-08 16:42:27 -0700
commit2a3670c62203b1a11b496ec6585393b8abf9736f (patch)
tree8b738e881b33d8dbdc5b713af2d9490091ae55d6 /block/blk-core.c
parentcade80573cf8a76e46a95f8a714dd264c67bcb96 (diff)
parenta38338f1cd595f6a66870ba46cc6a4ae7378c084 (diff)
Merge remote-tracking branch 'common/android-4.4' into android-4.4.y
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index b20ada4ad68e..32e5bd63f6ae 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -3560,6 +3560,7 @@ blk_zero_latency_hist(struct io_latency_state *s)
s->latency_reads_elems = 0;
s->latency_writes_elems = 0;
}
+EXPORT_SYMBOL(blk_zero_latency_hist);
ssize_t
blk_latency_hist_show(struct io_latency_state *s, char *buf)
@@ -3621,3 +3622,4 @@ blk_latency_hist_show(struct io_latency_state *s, char *buf)
}
return bytes_written;
}
+EXPORT_SYMBOL(blk_latency_hist_show);