···451451 *452452 * Given a path increment the reference count to the dentry and the vfsmount.453453 */454454-void path_get(struct path *path)454454+void path_get(const struct path *path)455455{456456 mntget(path->mnt);457457 dget(path->dentry);···464464 *465465 * Given a path decrement the reference count to the dentry and the vfsmount.466466 */467467-void path_put(struct path *path)467467+void path_put(const struct path *path)468468{469469 dput(path->dentry);470470 mntput(path->mnt);