]> git.ipfire.org Git - people/arne_f/kernel.git/commit - fs/namespace.c
fs: Constify path_is_under()'s arguments
authorMickaël Salaün <mic@digikod.net>
Mon, 14 Nov 2016 21:14:35 +0000 (22:14 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Dec 2016 23:55:47 +0000 (18:55 -0500)
commit640eb7e7b5242af53c456552a526d0080e6333f8
tree249edc05fdbe5c421f48f676d43ed753dada65c3
parente5517c2a5a49ed5e99047008629f1cd60246ea0e
fs: Constify path_is_under()'s arguments

The function path_is_under() doesn't modify the paths pointed by its
arguments but only browse them. Constifying this pointers make a cleaner
interface to be used by (future) code which may only have access to
const struct path pointers (e.g. LSM hooks).

Signed-off-by: Mickaël Salaün <mic@digikod.net>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c
include/linux/fs.h