From: Steve French Date: Fri, 5 Dec 2008 19:14:12 +0000 (+0000) Subject: [CIFS] Can not mount with prefixpath if root directory of share is inaccessible X-Git-Tag: v2.6.29-rc1~582^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be0ed44c2fa4afcf2c6d2fb3102c926e9f989df;p=pandora-kernel.git [CIFS] Can not mount with prefixpath if root directory of share is inaccessible Windows allows you to deny access to the top of a share, but permit access to a directory lower in the path. With the prefixpath feature of cifs (ie mounting \\server\share\directory\subdirectory\etc.) this should have worked if the user specified a prefixpath which put the root of the mount at a directory to which he had access, but we still were doing a lookup on the root of the share (null path) when we should have been doing it on the prefixpath subdirectory. This fixes Samba bug # 5925 Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed