Skip to content
Commit 1abe77b0 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] allow callers of seq_open do allocation themselves



Allow caller of seq_open() to kmalloc() seq_file + whatever else they
want and set ->private_data to it.  seq_open() will then abstain from
doing allocation itself.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ccd48bc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment