Update to 2.6.32.39 Mainline
/fs/cifs/connect.c
blob:3bbcaa716b3c7afb18ee5826261ed11e5cb32aed -> blob:7df59377df5f58b9d722d5d72647df3cd76cce0f
--- fs/cifs/connect.c
+++ fs/cifs/connect.c
@@ -2532,7 +2532,7 @@ try_mount_again:
remote_path_check:
/* check if a whole path (including prepath) is not remote */
- if (!rc && cifs_sb->prepathlen && tcon) {
+ if (!rc && tcon) {
/* build_path_to_root works only when we have a valid tcon */
full_path = cifs_build_path_to_root(cifs_sb);
if (full_path == NULL) {