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

Btrfs: set page->private to the eb



We spend a lot of time looking up extent buffers from pages when we could just
store the pointer to the eb the page is associated with in page->private.  This
patch does just that, and it makes things a little simpler and reduces a bit of
CPU overhead involved with doing metadata IO.  Thanks,

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