constify path_get/path_put and fs_struct.c stuff

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-03-01 23:51:07 -05:00
parent 26567cdbbf
commit dcf787f391
5 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ extern void __mnt_drop_write_file(struct file *);
/*
* fs_struct.c
*/
extern void chroot_fs_refs(struct path *, struct path *);
extern void chroot_fs_refs(const struct path *, const struct path *);
/*
* file_table.c