On Saturday, October 22, 2011 18:15:26 Simon Wunderlich wrote:
When the translation tables (global and local) are written for debugfs, it is not neccesary to allocate a buffer, we can directly use seq_printf() to print them out.
This might actually be safer if the table changes between size calculation and traversal, and we can't estimate the required size wrong.
Patch was applied in revision 52d3db8.
Thanks, Marek