Files
twx-linux/net/can
Pavel Emelyanov dc2ee1a436 net: Fix wrong interpretation of some copy_to_user() results.
[ Upstream commit: 653252c230 ]

I found some places, that erroneously return the value obtained from
the copy_to_user() call: if some amount of bytes were not able to get
to the user (this is what this one returns) the proper behavior is to
return the -EFAULT error, not that number itself.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-05-01 14:44:32 -07:00
..