svn commit: linux-cifs-client r90 - in branches/linux-2.6-cifs-git-devel/fs/cifs: .

sfrench at samba.org sfrench at samba.org
Sun Oct 1 19:58:25 GMT 2006


Author: sfrench
Date: 2006-10-01 19:58:24 +0000 (Sun, 01 Oct 2006)
New Revision: 90

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=linux-cifs-client&rev=90

Log:
Make FindNext work to os/2 (fill in resume key properly)

Modified:
   branches/linux-2.6-cifs-git-devel/fs/cifs/readdir.c


Changeset:
Modified: branches/linux-2.6-cifs-git-devel/fs/cifs/readdir.c
===================================================================
--- branches/linux-2.6-cifs-git-devel/fs/cifs/readdir.c	2006-10-01 19:57:43 UTC (rev 89)
+++ branches/linux-2.6-cifs-git-devel/fs/cifs/readdir.c	2006-10-01 19:58:24 UTC (rev 90)
@@ -946,6 +946,7 @@
 		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;



More information about the samba-cvs mailing list