Re: [PATCH v2 12/14] seq_file: Replace seq_escape() with inliner
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-05-04 16:30:18
Also in:
linux-nfs, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-05-04 16:30:18
Also in:
linux-nfs, lkml
On Tue, May 04, 2021 at 01:26:46PM +0300, Andy Shevchenko wrote:
Convert seq_escape() to use seq_escape_mem() rather than using a separate symbol. At the same time move it to header as inliner.
Seems making it an inliner opened a can of worms. So, for now, I will drop that part from the series, while keeping fixes in my tree for the issues that have been reported by LKP. -- With Best Regards, Andy Shevchenko