Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[linux-2.6-microblaze.git] / fs / fhandle.c
index 474adc8..0ace128 100644 (file)
@@ -213,8 +213,8 @@ out_err:
        return retval;
 }
 
-long do_handle_open(int mountdirfd,
-                   struct file_handle __user *ufh, int open_flag)
+static long do_handle_open(int mountdirfd, struct file_handle __user *ufh,
+                          int open_flag)
 {
        long retval = 0;
        struct path path;