Эх сурвалжийг харах

do_handle_open() should be static

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 7 жил өмнө
parent
commit
73ecf5cf14
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      fs/fhandle.c

+ 2 - 2
fs/fhandle.c

@@ -212,8 +212,8 @@ out_err:
 	return retval;
 	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;
 	long retval = 0;
 	struct path path;
 	struct path path;