Browse Source

do_handle_open() should be static

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 7 years ago
parent
commit
73ecf5cf14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs/fhandle.c

+ 2 - 2
fs/fhandle.c

@@ -212,8 +212,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;