···10651065 * Care must be taken as namespace_sem may be held (indicated by mounting_here10661066 * being true).10671067 */10681068-int follow_down(struct path *path, bool mounting_here)10681068+int follow_down(struct path *path)10691069{10701070 unsigned managed;10711071 int ret;···10861086 BUG_ON(!path->dentry->d_op);10871087 BUG_ON(!path->dentry->d_op->d_manage);10881088 ret = path->dentry->d_op->d_manage(10891089- path->dentry, mounting_here, false);10891089+ path->dentry, false, false);10901090 if (ret < 0)10911091 return ret == -EISDIR ? 0 : ret;10921092 }