diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-01 23:51:07 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-01 23:51:07 -0500 |
commit | dcf787f39162ce32ca325b3e784aba2d2444619a (patch) | |
tree | 0c9ca31625ed193558758aba2df9e127b2abd81b /fs/internal.h | |
parent | 26567cdbbf1a6b13a92a82332daee00672aa48a9 (diff) |
constify path_get/path_put and fs_struct.c stuff
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 2f6af7f645eb..507141fceb99 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -69,7 +69,7 @@ extern void __mnt_drop_write_file(struct file *); | |||
69 | /* | 69 | /* |
70 | * fs_struct.c | 70 | * fs_struct.c |
71 | */ | 71 | */ |
72 | extern void chroot_fs_refs(struct path *, struct path *); | 72 | extern void chroot_fs_refs(const struct path *, const struct path *); |
73 | 73 | ||
74 | /* | 74 | /* |
75 | * file_table.c | 75 | * file_table.c |