X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fopen.c;h=be6a457f4226374b9d462cd8ee4332326ea22097;hb=769848c03895b63e5662eb7e4ec8c4866f7d0183;hp=e6991c1b587432109c3b7e99cef941d62ba9b57b;hpb=f23513e8d96cf5e6cf8d2ff0cb5dd6bbc33995e4;p=mirror_ubuntu-zesty-kernel.git diff --git a/fs/open.c b/fs/open.c index e6991c1b5874..be6a457f4226 100644 --- a/fs/open.c +++ b/fs/open.c @@ -855,7 +855,7 @@ EXPORT_SYMBOL(dentry_open); /* * Find an empty file descriptor entry, and mark it busy. */ -static int get_unused_fd_flags(int flags) +int get_unused_fd_flags(int flags) { struct files_struct * files = current->files; int fd, error;