mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] blkcg: Export blkcg_conf_prep/finish() for bfq
@ 2019-09-17 15:13 Tejun Heo
  2019-09-17 15:13 ` [PATCH 2/2] blkcg: Make bfq disable iocost when enabled Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2019-09-17 15:13 UTC (permalink / raw)
  To: Jens Axboe, Paolo Valente; +Cc: linux-block, linux-kernel, cgroups

bfq module build is currently broken due to these two functions.  Fix
it by export them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Paolo Valente <paolo.valente@linaro.org>
---
 block/blk-cgroup.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -900,6 +900,7 @@ fail:
 	}
 	return ret;
 }
+EXPORT_SYMBOL_GPL(blkg_conf_prep);
 
 /**
  * blkg_conf_finish - finish up per-blkg config update
@@ -915,6 +916,7 @@ void blkg_conf_finish(struct blkg_conf_c
 	rcu_read_unlock();
 	put_disk_and_module(ctx->disk);
 }
+EXPORT_SYMBOL_GPL(blkg_conf_finish);
 
 static int blkcg_print_stat(struct seq_file *sf, void *v)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-17 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 15:13 [PATCH 1/2] blkcg: Export blkcg_conf_prep/finish() for bfq Tejun Heo
2019-09-17 15:13 ` [PATCH 2/2] blkcg: Make bfq disable iocost when enabled Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome