inline sendnb should not call send vector
. also vfs has to reply to a vm call - so use asynsend for that Change-Id: I30ac1e591191dea5c99e25b03151a4415d1151b0
This commit is contained in:
@@ -227,7 +227,7 @@ static inline int _sendrec(endpoint_t src_dest, message *m_ptr)
|
||||
|
||||
static inline int _sendnb(endpoint_t dest, message *m_ptr)
|
||||
{
|
||||
return _minix_ipcvecs.send(dest, m_ptr);
|
||||
return _minix_ipcvecs.sendnb(dest, m_ptr);
|
||||
}
|
||||
|
||||
static inline int _notify(endpoint_t dest)
|
||||
|
||||
Reference in New Issue
Block a user