do_handle_open() should be static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
11e3e8d6d9
commit
73ecf5cf14
|
@ -212,8 +212,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;
|
||||
|
|
Loading…
Reference in New Issue