[PATCH 15/26 v5] tracing: Convert seq_buf_path() to be like seq_path()

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Rewrite seq_buf_path() like it is done in seq_path() and allow it to accept any escape character instead of just "\n". Making seq_buf_path() like seq_path() will help prevent problems when converting seq_file to use the seq_buf logic. Link:

[PATCH 15/26 v5] tracing: Convert seq_buf_path() to be like seq_path()

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Rewrite seq_buf_path() like it is done in seq_path() and allow it to accept any escape character instead of just \n. Making seq_buf_path() like seq_path() will help prevent problems when converting seq_file to use the seq_buf logic. Link: