]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/open.c
Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
[mirror_ubuntu-zesty-kernel.git] / fs / open.c
index e6991c1b587432109c3b7e99cef941d62ba9b57b..be6a457f4226374b9d462cd8ee4332326ea22097 100644 (file)
--- 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;