aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-03-15 14:28:42 +0800
committerAlex Shi <alex.shi@linaro.org>2016-03-15 14:28:42 +0800
commit1ebca975cbc0ab4708126e26bf2729777184f1e6 (patch)
tree237b0ff6dcb42bd5f6f47f5e8bb6c4ed7fa60660
parent008ac3d876aa337798080ee8f724abc22b20e0dd (diff)
parentc24745baffdb7143d6f345659fb6d781b070ca50 (diff)
Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-android
-rw-r--r--block/bio.c2
-rw-r--r--fs/fs-writeback.c1
2 files changed, 3 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()
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index a2b47ecd4406..6c12106056eb 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -702,6 +702,7 @@ void wbc_account_io(struct writeback_control *wbc, struct page *page,
else
wbc->wb_tcand_bytes -= min(bytes, wbc->wb_tcand_bytes);
}
+EXPORT_SYMBOL_GPL(wbc_account_io);
/**
* inode_congested - test whether an inode is congested