Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 984acfe1 authored by Steve French's avatar Steve French
Browse files

[CIFS] prefixpath mounts to servers supporting posix paths used wrong slash

parent deb0420c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -1663,6 +1663,12 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo * tcon,
					CIFS_MOUNT_POSIX_PATHS;
		}
	
		/* We might be setting the path sep back to a different
		form if we are reconnecting and the server switched its
		posix path capability for this share */	
		if(CIFS_SB(sb)->prepathlen > 0)
			CIFS_SB(sb)->prepath[0] = CIFS_DIR_SEP(CIFS_SB(sb));
	
		cFYI(1,("Negotiate caps 0x%x",(int)cap));
#ifdef CONFIG_CIFS_DEBUG2
		if(cap & CIFS_UNIX_FCNTL_CAP)