]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Use generic compat_sys_old_readdir
authorChristoph Hellwig <hch@lst.de>
Sat, 16 Aug 2008 17:57:30 +0000 (03:57 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 18 Aug 2008 04:22:35 +0000 (14:22 +1000)
commit900758828299568f063da80368ec5f6cc3e14f9f
tree3b08efbc5cc2b4dbc5ed6ca4edc5733e224aaf35
parent211bfb134dcc4109a7fea189271ed3d09c23c044
powerpc: Use generic compat_sys_old_readdir

Use the generic compat_sys_old_readdir instead of the powerpc one which
is almost the same except for the almost complete lack of error
handling.

Note that we can't just use SYSCALL() in systbl.h because the native
syscall is named old_readdir, not sys_old_readdir.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/systbl.h
arch/powerpc/kernel/sys_ppc32.c