mirror of https://github.com/schoebel/mars
if: fix wrong error code ENOSYS
This commit is contained in:
parent
66d200dbf1
commit
af6ac736c5
|
@ -392,7 +392,7 @@ if_make_request(struct request_queue *q, struct bio *bio)
|
|||
#endif
|
||||
// end_remove_this
|
||||
bool assigned = false;
|
||||
int error = -ENOSYS;
|
||||
int error = -EINVAL;
|
||||
|
||||
bind_to_channel(brick->say_channel, current);
|
||||
|
||||
|
|
Loading…
Reference in New Issue