Commit cb38090
vhost: return task creation error instead of NULL
Lets callers distinguish why the vhost task creation failed. No one
currently cares why it failed, so no real runtime change from this
patch, but that will not be the case for long.
Signed-off-by: Keith Busch <[email protected]>
Message-ID: <[email protected]>
Reviewed-by: Mike Christie <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>1 parent 982caaa commit cb38090
File tree
3 files changed
+4
-4
lines changed- arch/x86/kvm/mmu
- drivers/vhost
- kernel
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7471 | 7471 | | |
7472 | 7472 | | |
7473 | 7473 | | |
7474 | | - | |
| 7474 | + | |
7475 | 7475 | | |
7476 | 7476 | | |
7477 | 7477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
| 669 | + | |
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments