mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
do_handle_open() should be static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user