Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39977
b: refs/heads/master
c: b6dff26
h: refs/heads/master
i:
  39975: 5ee0dea
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Oct 20, 2006
1 parent 2e0aa01 commit b6515d5
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: 575b5c7870c940326a11614e0279b74356c1d44f
refs/heads/master: b6dff26a08189932eeb0fa4261e09e733b0fc540
4 changes: 2 additions & 2 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,10 @@ static void nfs_cancel_commit_list(struct list_head *head)

while(!list_empty(head)) {
req = nfs_list_entry(head->next);
dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS);
nfs_list_remove_request(req);
nfs_inode_remove_request(req);
dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS);
nfs_clear_page_writeback(req);
nfs_unlock_request(req);
}
}

Expand Down

0 comments on commit b6515d5

Please sign in to comment.