Skip to content

Commit

Permalink
Stub readahead
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jan 5, 2020
1 parent 8ff84f2 commit 8d005b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ syscall_t syscall_table[] = {
[220] = (syscall_t) sys_getdents64,
[221] = (syscall_t) sys_fcntl,
[224] = (syscall_t) sys_gettid,
[225] = (syscall_t) syscall_success_stub, // readahead
[226 ... 237] = (syscall_t) sys_xattr_stub,
[238] = (syscall_t) sys_tkill,
[239] = (syscall_t) sys_sendfile64,
Expand Down

0 comments on commit 8d005b1

Please sign in to comment.