[FS] seq_file: Introduce the seq_open_private()
authorPavel Emelyanov <xemul@openvz.org>
Wed, 10 Oct 2007 09:28:42 +0000 (02:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:33 +0000 (16:55 -0700)
This function allocates the zeroed chunk of memory and
call seq_open(). The __seq_open_private() helper returns
the allocated memory to make it possible for the caller
to initialize it.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/seq_file.c
include/linux/seq_file.h

diff --cc fs/seq_file.c
Simple merge
Simple merge