From: Al Viro Date: Mon, 7 Nov 2005 22:15:34 +0000 (-0500) Subject: [PATCH] allow callers of seq_open do allocation themselves X-Git-Tag: v2.6.15-rc1~439 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abe77b0fc4b485927f1f798ae81a752677e1d05;p=pandora-kernel.git [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: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed