]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 25 Jan 2007 19:29:55 +0000 (20:29 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 26 Jan 2007 19:49:22 +0000 (20:49 +0100)
commitc850ae1c17cacc4d9dd68616635ca1af4ed6c97e
tree3fcd5b5508913c84525d12ac4e05fa934354eb67
parent1189f487af2e660c5b4ad530eae73f69a1d54f96
[Bluetooth] Return EINPROGRESS for non-blocking socket calls

In case of non-blocking socket calls we should return EINPROGRESS
and not EAGAIN.

Signed-off-by: Ulisses Furquim <ulissesf@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/bluetooth/af_bluetooth.c
net/bluetooth/rfcomm/core.c