new helper: read_code()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Apr 2013 00:31:37 +0000 (20:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:40:23 +0000 (15:40 -0400)
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>

No differences found