[PATCH] splice: mark the io page as accessed
We should do that, since we do the LRU manipulation ourselves now. Suggested by Nick Piggin. Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
6764472631
commit
c7f21e4f5a
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ static int pipe_to_file(struct pipe_inode_info *info, struct pipe_buffer *buf,
|
|||
} else if (ret)
|
||||
goto out;
|
||||
|
||||
mark_page_accessed(page);
|
||||
balance_dirty_pages_ratelimited(mapping);
|
||||
out:
|
||||
if (!(buf->flags & PIPE_BUF_FLAG_STOLEN)) {
|
||||
|
|
Loading…
Reference in a new issue