[CVE-2009-0029] Rename old_readdir to sys_old_readdir
[firefly-linux-kernel-4.4.55.git] / fs / readdir.c
index b318d9b5af2e9c5d24a325ece38acac3027a2ef8..8b4c2a0051a6a4ff96c28391e5e26a573104f709 100644 (file)
@@ -102,7 +102,7 @@ efault:
        return -EFAULT;
 }
 
-asmlinkage long old_readdir(unsigned int fd, struct old_linux_dirent __user * dirent, unsigned int count)
+asmlinkage long sys_old_readdir(unsigned int fd, struct old_linux_dirent __user * dirent, unsigned int count)
 {
        int error;
        struct file * file;