diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index 1540adaa593d7e8d55c59f8a99c56c3cbea89a41..6449e1aae621aa2721a1f5a5bd12338ac2890b6c 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -1404,7 +1404,10 @@ static int cifs_writepages(struct address_space *mapping,
 			if ((wbc->nr_to_write -= n_iov) <= 0)
 				done = 1;
 			index = next;
-		}
+		} else
+			/* Need to re-find the pages we skipped */
+			index = pvec.pages[0]->index + 1;
+
 		pagevec_release(&pvec);
 	}
 	if (!scanned && !done) {