Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119120
b: refs/heads/master
c: b066a48
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp authored and Steve French committed Nov 18, 2008
1 parent fce92d5 commit f66460d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c55608f28444c3f33b10312881384c470ceed56
refs/heads/master: b066a48c9532243894f93a06ca5a0ee2cc21a8dc
5 changes: 4 additions & 1 deletion trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f66460d

Please sign in to comment.