aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r--fs/nfs/write.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index 006068526542..e75b056f46f4 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -1785,7 +1785,7 @@ static void nfs_commit_release_pages(struct nfs_commit_data *data)
1785 if (status < 0) { 1785 if (status < 0) {
1786 nfs_context_set_write_error(req->wb_context, status); 1786 nfs_context_set_write_error(req->wb_context, status);
1787 nfs_inode_remove_request(req); 1787 nfs_inode_remove_request(req);
1788 dprintk(", error = %d\n", status); 1788 dprintk_cont(", error = %d\n", status);
1789 goto next; 1789 goto next;
1790 } 1790 }
1791 1791
@@ -1794,11 +1794,11 @@ static void nfs_commit_release_pages(struct nfs_commit_data *data)
1794 if (!nfs_write_verifier_cmp(&req->wb_verf, &data->verf.verifier)) { 1794 if (!nfs_write_verifier_cmp(&req->wb_verf, &data->verf.verifier)) {
1795 /* We have a match */ 1795 /* We have a match */
1796 nfs_inode_remove_request(req); 1796 nfs_inode_remove_request(req);
1797 dprintk(" OK\n"); 1797 dprintk_cont(" OK\n");
1798 goto next; 1798 goto next;
1799 } 1799 }
1800 /* We have a mismatch. Write the page again */ 1800 /* We have a mismatch. Write the page again */
1801 dprintk(" mismatch\n"); 1801 dprintk_cont(" mismatch\n");
1802 nfs_mark_request_dirty(req); 1802 nfs_mark_request_dirty(req);
1803 set_bit(NFS_CONTEXT_RESEND_WRITES, &req->wb_context->flags); 1803 set_bit(NFS_CONTEXT_RESEND_WRITES, &req->wb_context->flags);
1804 next: 1804 next: