diff --git a/[refs] b/[refs] index 5db93cc92b30..2c0e3fcc0b58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18f75ca0dc0d5b6a2ec15d89d517b3c67e0f1c87 +refs/heads/master: 203cf2fc13a5db1fb202c294948fa9cb43bf69fa diff --git a/trunk/fs/cifs/readdir.c b/trunk/fs/cifs/readdir.c index 71e86c38e632..b0e5db10664c 100644 --- a/trunk/fs/cifs/readdir.c +++ b/trunk/fs/cifs/readdir.c @@ -946,6 +946,7 @@ static int cifs_save_resume_key(const char *current_entry, filename = &pFindData->FileName[0]; /* one byte length, no name conversion */ len = (unsigned int)pFindData->FileNameLength; + cifsFile->srch_inf.resume_key = pFindData->ResumeKey; } else { cFYI(1,("Unknown findfirst level %d",level)); return -EINVAL;