[CIFS] Fix paths when share is in DFS to include proper prefix
authorSteve French <sfrench@us.ibm.com>
Thu, 15 May 2008 01:50:56 +0000 (01:50 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 15 May 2008 01:50:56 +0000 (01:50 +0000)
commit646dd539878a194bc14b104621c0b2b33587e40f
treeba3e9a8a9565e66ea53905b209438fae6d413853
parent35fc37d5175091c36d034a28c057da0f9594ee7e
[CIFS] Fix paths when share is in DFS to include proper prefix

Some versions of Samba (3.2-pre e.g.) are stricter about checking to make sure that
paths in DFS name spaces are sent in the form \\server\share\dir\subdir ...
instead of \dir\subdir

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/dir.c
fs/cifs/inode.c
fs/cifs/link.c