]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcache.c
phylib: Fix oops in suspend/resume paths
[linux-2.6-omap-h63xx.git] / fs / dcache.c
index 4547f66884a07f62c4cde29c118ee808360dba38..937df0fb0da5aefbb1a69b94c6a06afbe1747439 100644 (file)
@@ -2092,7 +2092,7 @@ Elong:
  *             return NULL;
  *     }
  */
-asmlinkage long sys_getcwd(char __user *buf, unsigned long size)
+SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size)
 {
        int error;
        struct path pwd, root;