As pointed out by Jiri Slaby: when I resolved the the 32-bit x85 system
call entry tables for prlimit (due to the conflict with fanotify), I
forgot to add the numbering in comments that we do for every fifth entry.
Reported-by: Jiri Slaby <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
.quad compat_sys_recvmmsg
.quad sys_fanotify_init
.quad sys32_fanotify_mark
- .quad sys_prlimit64
+ .quad sys_prlimit64 /* 340 */
ia32_syscall_end:
.long sys_recvmmsg
.long sys_fanotify_init
.long sys_fanotify_mark
- .long sys_prlimit64
+ .long sys_prlimit64 /* 340 */