aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-03-15 14:27:55 +0800
committerAlex Shi <alex.shi@linaro.org>2016-03-15 14:27:55 +0800
commitc24745baffdb7143d6f345659fb6d781b070ca50 (patch)
treeca64c4281fc67fe7acd6740377b12b332f6b1383 /block
parenta2c367516125befe08c6e5469a9ab00ef9370e4b (diff)
parent3cc495c0b44ea78379d7fe34c0346117c3504672 (diff)
Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1
Diffstat (limited to 'block')
-rw-r--r--block/bio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/bio.c b/block/bio.c
index c653bfe982e0..167e5ec31717 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -2004,6 +2004,7 @@ int bio_associate_blkcg(struct bio *bio, struct cgroup_subsys_state *blkcg_css)
bio->bi_css = blkcg_css;
return 0;
}
+EXPORT_SYMBOL_GPL(bio_associate_blkcg);
/**
* bio_associate_current - associate a bio with %current
@@ -2034,6 +2035,7 @@ int bio_associate_current(struct bio *bio)
bio->bi_css = task_get_css(current, blkio_cgrp_id);
return 0;
}
+EXPORT_SYMBOL_GPL(bio_associate_current);
/**
* bio_disassociate_task - undo bio_associate_current()