From: Eric Van Hensbergen Date: Thu, 7 Feb 2008 01:25:08 +0000 (-0600) Subject: 9p: fix bug in attach-per-user X-Git-Tag: v2.6.25-rc1~511^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55703d807a8c6c239a5fea7b9cd7da08c27d7a9;p=pandora-kernel.git 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: Eric Van Hensbergen --- Reading git-diff-tree failed