From: Shirish Pargaonkar Date: Tue, 29 Jul 2008 21:26:13 +0000 (+0000) Subject: [CIFS] cifs send2 not retrying enough in some cases on full socket X-Git-Tag: v2.6.27-rc3~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176803562b541ebf4744e44e6600fb60660255d5;p=pandora-kernel.git [CIFS] cifs send2 not retrying enough in some cases on full socket There are cases in which, on a full socket which requires retry on sending data by the app (cifs in this case), that we were not retrying since we did not reinitialize a counter. This fixes the retry logic to retry up to 15 seconds on stuck sockets. Signed-off-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed