commit | 3dc20cb282ec03cc4c997130d680c800011ed479 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 13 20:31:37 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:40:23 2013 -0400 |
tree | d8374e58a433a144c571e193cb0b024374ee0b6a | |
parent | 3af0761307d04f6b9a4626fb80011a22c143d75e [diff] |
new helper: read_code() switch binfmts that use ->read() to that (and to kernel_read() in several cases in binfmt_flat - sure, it's nommu, but still, doing ->read() into kmalloc'ed buffer...) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>