Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34007
b: refs/heads/master
c: 5c2d97c
h: refs/heads/master
i:
  34005: b1794cb
  34003: 9e9c1dc
  33999: fe8cd6c
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Sep 19, 2006
1 parent 6240ebe commit 47fbb3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 76723de0cf5b186afe2f329eeef304c321d52bf8
refs/heads/master: 5c2d97cb31fb77981797fec46230ca005b865799
4 changes: 2 additions & 2 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ static void nfs_cancel_commit_list(struct list_head *head)
req = nfs_list_entry(head->next);
nfs_list_remove_request(req);
nfs_inode_remove_request(req);
nfs_clear_page_writeback(req);
dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS);
nfs_clear_page_writeback(req);
}
}

Expand Down Expand Up @@ -1386,8 +1386,8 @@ nfs_commit_list(struct inode *inode, struct list_head *head, int how)
req = nfs_list_entry(head->next);
nfs_list_remove_request(req);
nfs_mark_request_commit(req);
nfs_clear_page_writeback(req);
dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS);
nfs_clear_page_writeback(req);
}
return -ENOMEM;
}
Expand Down

0 comments on commit 47fbb3b

Please sign in to comment.