Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186163
b: refs/heads/master
c: 5bad5ab
h: refs/heads/master
i:
  186161: 9c6d58b
  186159: 71e8fe0
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 5, 2010
1 parent 781fedf commit aa0e1af
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: 420e3646bb7d93a571734034249fbb1ae1a7a5c7
refs/heads/master: 5bad5abec4058c5214bfc72cec418348d6747977
2 changes: 1 addition & 1 deletion trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ static int nfs_commit_unstable_pages(struct inode *inode, struct writeback_contr
nfsi->ncommit <= (nfsi->npages >> 1))
goto out_mark_dirty;

if (wbc->nonblocking)
if (wbc->nonblocking || wbc->for_background)
flags = 0;
ret = nfs_commit_inode(inode, flags);
if (ret >= 0) {
Expand Down

0 comments on commit aa0e1af

Please sign in to comment.