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)
... 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

diff --cc fs/cifs/file.c
Simple merge