Skip to content
  • Josef Bacik's avatar
    Btrfs: introduce mark_extent_buffer_accessed · 5df4235e
    Josef Bacik authored
    
    
    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>
    5df4235e