Skip to content

Commit 9ca8f8e

Browse files
author
Kent Overstreet
committed
Export blk_fill_rwbs()
Exported so it can be used by bcache's tracepoints Signed-off-by: Kent Overstreet <[email protected]> CC: Steven Rostedt <[email protected]> CC: Frederic Weisbecker <[email protected]> CC: Ingo Molnar <[email protected]>
1 parent 1f8e8ed commit 9ca8f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/blktrace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,7 @@ void blk_fill_rwbs(char *rwbs, u32 rw, int bytes)
18281828

18291829
rwbs[i] = '\0';
18301830
}
1831+
EXPORT_SYMBOL_GPL(blk_fill_rwbs);
18311832

18321833
#endif /* CONFIG_EVENT_TRACING */
18331834

0 commit comments

Comments
 (0)