mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ out_err:
|
||||||
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue