Skip to content
Commit c55703d8 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

9p: fix bug in attach-per-user



When a new user attached at a directory other than the root, he would end
up in the parent directory of the cwd.  This was due to a logic error in
the code which attaches the user at the mount point and walks back to the
cwd.  This patch fixes that.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent e2735b77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment