]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/fhandle.c
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-fixes
[linux.git] / fs / fhandle.c
index 474adc8d2a3aa5bb7c34913f38e347c604ede26f..0ace128f5d238c6b3a97cc628f14a21548dafaeb 100644 (file)
@@ -213,8 +213,8 @@ static int handle_to_path(int mountdirfd, struct file_handle __user *ufh,
        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;