projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e477c
)
do_sys_name_to_handle(): constify path
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 4 Aug 2022 16:46:18 +0000
(12:46 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 1 Sep 2022 21:36:39 +0000
(17:36 -0400)
Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
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 6630c69c23a2a357fe21947a207afaaac77072bf..f2bc27d1975e14bd45da242fe25b083b32b2e015 100644
(file)
--- a/
fs/fhandle.c
+++ b/
fs/fhandle.c
@@
-14,7
+14,7
@@
#include "internal.h"
#include "mount.h"
-static long do_sys_name_to_handle(struct path *path,
+static long do_sys_name_to_handle(
const
struct path *path,
struct file_handle __user *ufh,
int __user *mnt_id)
{