Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360992
b: refs/heads/master
c: 94e1800
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Mar 7, 2013
1 parent 5ed3065 commit c554c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 25189643a165a5ccad48ee3c116b55905299fd3d
refs/heads/master: 94e18007688a13e5da1a2f1b7f52f15cc56c9f5e
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1909,12 +1909,12 @@ cifs_writev_requeue(struct cifs_writedata *wdata)
} while (rc == -EAGAIN);

for (i = 0; i < wdata->nr_pages; i++) {
unlock_page(wdata->pages[i]);
if (rc != 0) {
SetPageError(wdata->pages[i]);
end_page_writeback(wdata->pages[i]);
page_cache_release(wdata->pages[i]);
}
unlock_page(wdata->pages[i]);
}

mapping_set_error(inode->i_mapping, rc);
Expand Down

0 comments on commit c554c9a

Please sign in to comment.