projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e3e8d
)
do_handle_open() should be static
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 14 Oct 2017 17:18:33 +0000
(13:18 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 14 Oct 2017 17:18:33 +0000
(13:18 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fhandle.c
patch
|
blob
|
history
diff --git
a/fs/fhandle.c
b/fs/fhandle.c
index
58a61f5
..
75cef4d
100644
(file)
--- a/
fs/fhandle.c
+++ b/
fs/fhandle.c
@@
-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;