Re: [PATCH] syscalls: Fix file comments for syscalls implemented in kernel/sys.c

2020-11-16 Thread Arnd Bergmann
On Mon, Nov 16, 2020 at 5:23 PM Christoph Hellwig wrote: > > On Thu, Nov 12, 2020 at 04:56:57PM -0500, Tal Zussman wrote: > > The relevant syscalls were previously moved from kernel/timer.c to > > kernel/sys.c, > > but the comments weren't updated to reflect this change. > > > > Fixing these

Re: [PATCH] syscalls: Fix file comments for syscalls implemented in kernel/sys.c

2020-11-16 Thread Christoph Hellwig
On Thu, Nov 12, 2020 at 04:56:57PM -0500, Tal Zussman wrote: > The relevant syscalls were previously moved from kernel/timer.c to > kernel/sys.c, > but the comments weren't updated to reflect this change. > > Fixing these comments messes up the alphabetical ordering of syscalls by > filename.

[PATCH] syscalls: Fix file comments for syscalls implemented in kernel/sys.c

2020-11-12 Thread Tal Zussman
The relevant syscalls were previously moved from kernel/timer.c to kernel/sys.c, but the comments weren't updated to reflect this change. Fixing these comments messes up the alphabetical ordering of syscalls by filename. This could be fixed by merging the two groups of kernel/sys.c syscalls, but