]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sys_newfstatat -> sys_fstatat64
authorKyle McMartin <kyle@parisc-linux.org>
Tue, 14 Feb 2006 03:44:22 +0000 (22:44 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 14 Feb 2006 03:58:47 +0000 (19:58 -0800)
commit0dab51417398770f6097c552e72a46d70777a149
tree463be206b5c354fa652890f0bae132b5fb57fedd
parent6dc30071692b9ce4d1ce2c3935ba6750de4d0cc2
[PATCH] sys_newfstatat -> sys_fstatat64

parisc defines ARCH_WANT_STAT64, so we want to use fstatat64. It does not
appear that it needs to be ENTRY_COMP, because struct stat64 is the same
on both 32-bit and 64-bit (unlike on other platforms which did define a
compat_sys_fstatat64.)

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/parisc/kernel/syscall_table.S