Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ovl_lower_dir(): constify path argument

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 055e9d5e 465309d6

+1 -1
+1 -1
fs/overlayfs/super.c
··· 394 394 return err; 395 395 } 396 396 397 - static int ovl_lower_dir(const char *name, struct path *path, 397 + static int ovl_lower_dir(const char *name, const struct path *path, 398 398 struct ovl_fs *ofs, int *stack_depth) 399 399 { 400 400 int fh_type;