From: Christoph Hellwig Date: Sat, 16 Aug 2008 17:57:30 +0000 (+1000) Subject: powerpc: Use generic compat_sys_old_readdir X-Git-Tag: v2.6.27-rc4~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d0b17645a26d2877c9d5538114498c3f82adac;p=pandora-kernel.git 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed