]> git.baikalelectronics.ru Git - kernel.git/commit
cifs_iovec_read(): resubmit shouldn't restart the loop
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 4 Feb 2014 18:47:26 +0000 (13:47 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:22 +0000 (23:19 -0400)
commitb951f9f1b5387b0c4338f260331d9d091453b1be
tree74f1dc9ab796632ef072116a1ea6c1d9c2be4ffb
parent0bf40b5ab50abf6adf282ed924b2661195bb5538
cifs_iovec_read(): resubmit shouldn't restart the loop

... by that point the request we'd just resent is in the
head of the list anyway.  Just return to the beginning of
the loop body...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/file.c