mirror of https://gitee.com/openkylin/linux.git
Export blk_fill_rwbs()
Exported so it can be used by bcache's tracepoints Signed-off-by: Kent Overstreet <koverstreet@google.com> CC: Steven Rostedt <rostedt@goodmis.org> CC: Frederic Weisbecker <fweisbec@gmail.com> CC: Ingo Molnar <mingo@redhat.com>
This commit is contained in:
parent
1f8e8ed051
commit
9ca8f8e510
|
@ -1828,6 +1828,7 @@ void blk_fill_rwbs(char *rwbs, u32 rw, int bytes)
|
||||||
|
|
||||||
rwbs[i] = '\0';
|
rwbs[i] = '\0';
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(blk_fill_rwbs);
|
||||||
|
|
||||||
#endif /* CONFIG_EVENT_TRACING */
|
#endif /* CONFIG_EVENT_TRACING */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue