commit | 39699037a5c94d7cd1363dfe48a50c78c643fd9a | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 10 02:28:42 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:33 2007 -0700 |
tree | ea5a0ab329dbe43531c3b713536e45491e1cb51f | |
parent | 59e90b2d22500f2e9cc635793562154abc8f4621 [diff] |
[FS] seq_file: Introduce the seq_open_private() 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>