diff options
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | 2011-10-22 20:15:26 +0400 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2011-11-20 16:08:33 +0400 |
commit | d099c2c541f003bfde9a9eda5519913b313c4c27 (patch) | |
tree | 1cee26067baf32ccebf12b5ff6b93698d3e1e363 /net/batman-adv/routing.c | |
parent | c90681b8505946761b55d4981c9c3b56b3c4171b (diff) | |
download | linux-d099c2c541f003bfde9a9eda5519913b313c4c27.tar.xz |
batman-adv: directly write tt entries without buffering
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.
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/routing.c')
0 files changed, 0 insertions, 0 deletions