+14
−4
+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The existing seq_printf function is rewritten in terms of the new seq_vprintf which is also exported to modules. This allows GFS2 (and potentially other seq_file users) to have a vprintf based interface and to avoid an extra copy into a temporary buffer in some cases. Signed-off-by:Steven Whitehouse <swhiteho@redhat.com> Reported-by:
Eric Dumazet <eric.dumazet@gmail.com> Acked-by:
Al Viro <viro@ZenIV.linux.org.uk>