Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96888
b: refs/heads/master
c: 38def50
h: refs/heads/master
v: v3
  • Loading branch information
Fred Isaman authored and Trond Myklebust committed May 16, 2008
1 parent 66c5413 commit 0e24cf7
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: b0b539739fe9b7d75002412a787cfdf4efddbc33
refs/heads/master: 38def50fabc479dc96ea6bd2cb2526e0dfc36fa4
2 changes: 1 addition & 1 deletion trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ nfs_dirty_request(struct nfs_page *req)

if (page == NULL || test_bit(PG_NEED_COMMIT, &req->wb_flags))
return 0;
return !PageWriteback(req->wb_page);
return !PageWriteback(page);
}

#if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4)
Expand Down

0 comments on commit 0e24cf7

Please sign in to comment.