Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove remaining references to nfsservctl

These were missed in commit f5b940997397 "All Arch: remove linkage
for sys_nfsservctl system call" due to them having no sys_ prefix
(presumably).

Cc: NeilBrown <neilb@suse.de>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: James Bottomley <James.Bottomley@hansenpartnership.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
d4d7b2a1 0f43dd54

+2 -2
+1 -1
arch/parisc/kernel/syscall_table.S
··· 259 259 ENTRY_SAME(ni_syscall) /* query_module */ 260 260 ENTRY_SAME(poll) 261 261 /* structs contain pointers and an in_addr... */ 262 - ENTRY_COMP(nfsservctl) 262 + ENTRY_SAME(ni_syscall) /* was nfsservctl */ 263 263 ENTRY_SAME(setresgid) /* 170 */ 264 264 ENTRY_SAME(getresgid) 265 265 ENTRY_SAME(prctl)
+1 -1
arch/powerpc/include/asm/systbl.h
··· 171 171 SYSCALL_SPU(getresuid) 172 172 SYSCALL(ni_syscall) 173 173 SYSCALL_SPU(poll) 174 - COMPAT_SYS(nfsservctl) 174 + SYSCALL(ni_syscall) 175 175 SYSCALL_SPU(setresgid) 176 176 SYSCALL_SPU(getresgid) 177 177 COMPAT_SYS_SPU(prctl)