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)
commit74027f4a181754e917853bd1d2e21449f008ab39
tree74f1dc9ab796632ef072116a1ea6c1d9c2be4ffb
parent6e58e79db8a16222b31fc8da1ca2ac2dccfc4237
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