do_handle_open() should be static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/fhandle.c b/fs/fhandle.c
index 58a61f5..75cef4de 100644
--- a/fs/fhandle.c
+++ b/fs/fhandle.c
@@ -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;