commit | 4f2de97acee6532b36dd6e995b858343771ad126 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Mar 07 16:20:05 2012 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Mar 26 16:51:07 2012 -0400 |
tree | 240ee16e76f2f2e4850e6fe2e90174e7cd794a9b | |
parent | 727011e07cbdf87772fcc1999cccd15cc915eb62 [diff] |
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: Josef Bacik <josef@redhat.com>