From: Michael Ellerman Date: Tue, 7 Mar 2006 10:41:59 +0000 (+1100) Subject: [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data X-Git-Tag: v2.6.17-rc1~1177^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd308bc355a1aa4f202fe9a3133b6c676cb9606c;p=pandora-kernel.git [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data I wanted to export a binary blob via debugfs, and although it was pretty easy it seems like it'd be easier if there was a helper for it. It's a pity we need the wrapper struct but I can't see a cleaner way to do it. Signed-off-by: Michael Ellerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed