git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9807a54
)
openvswitch: Change ENOENT return value to ENODEV in lookup_vport().
author
Jarno Rajahalme
<jarno.rajahalme@nsn.com>
Wed, 9 Jan 2013 22:27:35 +0000
(14:27 -0800)
committer
Jesse Gross
<jesse@nicira.com>
Wed, 9 Jan 2013 22:27:35 +0000
(14:27 -0800)
This reduces the number of valid "no such device" error values that
need special attention by the caller.
Userspace code will need to keep on checking for both ENODEV and
ENOENT as long as older kernel modules are around.
Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
No differences found