Commit 73ecf5cf authored by Al Viro's avatar Al Viro

do_handle_open() should be static

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 11e3e8d6
...@@ -212,8 +212,8 @@ static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, ...@@ -212,8 +212,8 @@ static int handle_to_path(int mountdirfd, struct file_handle __user *ufh,
return retval; return retval;
} }
long do_handle_open(int mountdirfd, static long do_handle_open(int mountdirfd, struct file_handle __user *ufh,
struct file_handle __user *ufh, int open_flag) int open_flag)
{ {
long retval = 0; long retval = 0;
struct path path; struct path path;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment