Searched hist:a4808147 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dseq_file.hdiff a4808147 Mon Jun 11 06:16:35 MDT 2012 Steven Whitehouse <swhiteho@redhat.com> seq_file: Add seq_vprintf function and export it

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>
/linux-master/fs/
H A Dseq_file.cdiff a4808147 Mon Jun 11 06:16:35 MDT 2012 Steven Whitehouse <swhiteho@redhat.com> seq_file: Add seq_vprintf function and export it

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>

Completed in 139 milliseconds