Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca8f8e5 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

Export blk_fill_rwbs()



Exported so it can be used by bcache's tracepoints

Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
CC: Steven Rostedt <rostedt@goodmis.org>
CC: Frederic Weisbecker <fweisbec@gmail.com>
CC: Ingo Molnar <mingo@redhat.com>
parent 1f8e8ed0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1828,6 +1828,7 @@ void blk_fill_rwbs(char *rwbs, u32 rw, int bytes)

	rwbs[i] = '\0';
}
EXPORT_SYMBOL_GPL(blk_fill_rwbs);

#endif /* CONFIG_EVENT_TRACING */