Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

do_handle_open() should be static



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 11e3e8d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;