aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/readdir.c')
-rw-r--r--fs/cifs/readdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c
index df003fe3710f..964e097c8203 100644
--- a/fs/cifs/readdir.c
+++ b/fs/cifs/readdir.c
@@ -532,7 +532,7 @@ ffirst_retry:
532 CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb)); 532 CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb));
533 if (rc == 0) 533 if (rc == 0)
534 cifsFile->invalidHandle = false; 534 cifsFile->invalidHandle = false;
535 /* BB add following call to handle readdir on new NTFS symlink errors 535 /* BB add following call to handle readdir on new NTFS symlink errors
536 else if STATUS_STOPPED_ON_SYMLINK 536 else if STATUS_STOPPED_ON_SYMLINK
537 call get_symlink_reparse_path and retry with new path */ 537 call get_symlink_reparse_path and retry with new path */
538 else if ((rc == -EOPNOTSUPP) && 538 else if ((rc == -EOPNOTSUPP) &&