vfs: misc struct path constification

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2016-11-20 20:27:12 -05:00
parent ca71cf71ee
commit f0bb5aaf2c
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf)
return retval;
}
int vfs_statfs(struct path *path, struct kstatfs *buf)
int vfs_statfs(const struct path *path, struct kstatfs *buf)
{
int error;