Btrfs: remove the ideal caching code
authorJosef Bacik <josef@redhat.com>
Fri, 13 Jan 2012 20:27:45 +0000 (15:27 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 26 Mar 2012 18:42:51 +0000 (14:42 -0400)
commit285ff5af6ce358e73f53b55c9efadd4335f4c2ff
tree32dde2d070ed85bc9b886e7fbb242df30e851f2a
parentc16fa4f2ad19908a47c63d8fa436a1178438c7e7
Btrfs: remove the ideal caching code

This is a relic from before we had the disk space cache and it was to make
bootup times when you had btrfs as root not be so damned slow.  Now that we have
the disk space cache this isn't a problem anymore and really having this code
casues uneeded fragmentation and complexity, so just remove it.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/extent-tree.c