Loading fs/cifs/smb2pdu.c +2 −2 Original line number Diff line number Diff line Loading @@ -3845,7 +3845,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, rsp->sync_hdr.Status == STATUS_NO_MORE_FILES) { srch_inf->endOfSearch = true; rc = 0; } } else cifs_stats_fail_inc(tcon, SMB2_QUERY_DIRECTORY_HE); goto qdir_exit; } Loading Loading
fs/cifs/smb2pdu.c +2 −2 Original line number Diff line number Diff line Loading @@ -3845,7 +3845,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, rsp->sync_hdr.Status == STATUS_NO_MORE_FILES) { srch_inf->endOfSearch = true; rc = 0; } } else cifs_stats_fail_inc(tcon, SMB2_QUERY_DIRECTORY_HE); goto qdir_exit; } Loading