aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 34588fe11c57..7b4bc1e0b08e 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -3684,7 +3684,7 @@ remote_path_check:
3684 goto mount_fail_check; 3684 goto mount_fail_check;
3685 } 3685 }
3686 /* build_path_to_root works only when we have a valid tcon */ 3686 /* build_path_to_root works only when we have a valid tcon */
3687 full_path = cifs_build_path_to_root(volume_info, cifs_sb, tcon); 3687 full_path = build_path_to_root(volume_info, cifs_sb, tcon);
3688 if (full_path == NULL) { 3688 if (full_path == NULL) {
3689 rc = -ENOMEM; 3689 rc = -ENOMEM;
3690 goto mount_fail_check; 3690 goto mount_fail_check;