summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-05-23 09:23:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-05-23 09:23:51 -0700
commit9abd09acd664c68f06242da191209d9c70df6953 (patch)
tree447d3982db1d912bd415f6536b688cd35b6e02cb /kernel/resource.c
parent4b660a7f5c8099d88d1a43d8ae138965112592c7 (diff)
downloadlinux-stable-9abd09acd664c68f06242da191209d9c70df6953.tar.gz
linux-stable-9abd09acd664c68f06242da191209d9c70df6953.tar.bz2
linux-stable-9abd09acd664c68f06242da191209d9c70df6953.zip
parisc: 'renameat2()' doesn't need (or have) a separate compat system call
The 'renameat2()' system call was incorrectly added as a ENTRY_COMP() in the parisc system call table by commit 18e480aa07f78 ("parisc: add renameat2 syscall"). That causes a link-time error due to there not being any compat version of that system call: arch/parisc/kernel/built-in.o: In function `sys_call_table': (.rodata+0xad0): undefined reference to `compat_sys_renameat2' make: *** [vmlinux] Error 1 Easily fixed by marking the system call as being the same for compat as for native by using ENTRY_SAME() instead of ENTRY_COMP(). Reported-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Miklos Szeredi <miklos@szeredi.hu> Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/resource.c')
0 files changed, 0 insertions, 0 deletions