Re: [PATCH v4 05/12] seq_file: provide an analogue of print_hex_dump()

2014-09-16 Thread Andy Shevchenko
On Thu, 2014-09-04 at 17:26 +0300, Andy Shevchenko wrote: > The new seq_hex_dump() is a complete analogue of print_hex_dump(). > > We have few users of this functionality already. It allows to reduce their > codebase. Al, what do you think about this version? > > Signed-off-by: Andy Shevchenko

[PATCH v4 05/12] seq_file: provide an analogue of print_hex_dump()

2014-09-04 Thread Andy Shevchenko
The new seq_hex_dump() is a complete analogue of print_hex_dump(). We have few users of this functionality already. It allows to reduce their codebase. Signed-off-by: Andy Shevchenko --- fs/seq_file.c| 50 include/linux/seq_file.h |