Skip to content
Commit 5df4235e authored by Josef Bacik's avatar Josef Bacik Committed by Chris Mason
Browse files

Btrfs: introduce mark_extent_buffer_accessed



Because an eb can have multiple pages we need to make sure that all pages within
the eb are markes as accessed, since releasepage can be called against any page
in the eb.  This will keep us from possibly evicting hot eb's when we're doing
larger than pagesize eb's.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent 3083ee2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment