mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
Adding reply phase to pager_sys_open()
So that open() errors on pager's side can be noticed by vfs.
This commit is contained in:
@@ -273,7 +273,7 @@ int sys_ipc(struct syscall_args *regs)
|
||||
return ret;
|
||||
|
||||
error:
|
||||
printk("Erroneous ipc by: %d\n", current->tid);
|
||||
printk("Erroneous ipc by: %d. Err: %d\n", current->tid, ret);
|
||||
ipc_type = IPC_INVALID;
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user