Al Viro 32aecdd365 slightly reduce idiocy in drivers/staging/bcm/Misc.c
a) vfs_llseek() does *not* access userland pointers of any kind
b) neither does filp_close(), for that matter
c) ... nor filp_open()
d) vfs_read() does, but we do have a wrapper for that (kernel_read()),
so there's no need to reinvent it.
e) passing current->files to filp_close() on something that never
had been in descriptor table is pointless.

ISAGN: voodoo dolls to be used on voodoo programmers...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-07-29 21:24:20 +04:00
..
2012-03-20 11:26:30 -07:00
2012-05-02 11:48:07 -07:00
2012-06-15 14:50:04 -07:00
2012-05-14 13:31:09 -07:00
2012-05-02 11:48:07 -07:00
2012-05-02 11:48:07 -07:00
2012-04-29 21:32:20 -04:00
2012-03-08 11:47:02 -08:00
2012-05-02 11:48:07 -07:00
2012-05-02 11:48:07 -07:00
2012-05-02 11:48:07 -07:00
2012-05-22 16:34:21 -07:00
2012-05-22 16:34:21 -07:00