Btrfs: set page->private to the eb
authorJosef Bacik <josef@redhat.com>
Wed, 7 Mar 2012 21:20:05 +0000 (16:20 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 26 Mar 2012 20:51:07 +0000 (16:51 -0400)
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: Josef Bacik <josef@redhat.com>

No differences found