]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/namei.c
syscalls: implement execveat() system call
[mirror_ubuntu-artful-kernel.git] / fs / namei.c
index db5fe86319e69d51e59ff6dd0053d199b406bdc9..ca814165d84cc25214740eb72b81c4d3d6c07b46 100644 (file)
@@ -130,7 +130,7 @@ void final_putname(struct filename *name)
 
 #define EMBEDDED_NAME_MAX      (PATH_MAX - sizeof(struct filename))
 
-static struct filename *
+struct filename *
 getname_flags(const char __user *filename, int flags, int *empty)
 {
        struct filename *result, *err;