Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57515
b: refs/heads/master
c: 20d698d
h: refs/heads/master
i:
  57513: 34d5abe
  57511: 29c49ad
v: v3
  • Loading branch information
Jens Axboe committed Jun 8, 2007
1 parent f6e8277 commit 6a76d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17374ff1aa9ce2a0597416a16729474b538af443
refs/heads/master: 20d698db67059a63d217030dfd02872cb5f88dfb
3 changes: 2 additions & 1 deletion trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ static int pipe_to_file(struct pipe_inode_info *pipe, struct pipe_buffer *buf,
* accessed, we are now done!
*/
mark_page_accessed(page);
balance_dirty_pages_ratelimited(mapping);
out:
page_cache_release(page);
unlock_page(page);
Expand Down Expand Up @@ -823,6 +822,7 @@ generic_file_splice_write_nolock(struct pipe_inode_info *pipe, struct file *out,
if (err)
ret = err;
}
balance_dirty_pages_ratelimited(mapping);
}

return ret;
Expand Down Expand Up @@ -876,6 +876,7 @@ generic_file_splice_write(struct pipe_inode_info *pipe, struct file *out,
if (err)
ret = err;
}
balance_dirty_pages_ratelimited(mapping);
}

return ret;
Expand Down

0 comments on commit 6a76d7c

Please sign in to comment.