commit | dd308bc355a1aa4f202fe9a3133b6c676cb9606c | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Mar 07 21:41:59 2006 +1100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 13:42:59 2006 -0800 |
tree | accab2f0576da81d5e0ccfdbcc07f25a2a232008 | |
parent | c516865cfbac0d862d4888df91793ad1e74ffd58 [diff] |
[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 <michael@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>