From: Jeff Layton Date: Tue, 21 Oct 2008 14:42:13 +0000 (+0000) Subject: [CIFS] fix saving of resume key before CIFSFindNext X-Git-Tag: v2.6.28-rc1~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a364bc0b37f14ffd66c1f982af42990a9d77fa43;p=pandora-kernel.git [CIFS] fix saving of resume key before CIFSFindNext We recently fixed the cifs readdir code so that it saves the resume key before calling CIFSFindNext. Unfortunately, this assumes that we have just done a CIFSFindFirst (or FindNext) and have resume info to save. This isn't necessarily the case. Fix the code to save resume info if we had to reinitiate the search, and after a FindNext. This fixes connectathon basic test6 against NetApp filers. Signed-off-by: Jeff Layton CC: Stable Signed-off-by: Steve French --- Reading git-diff-tree failed