]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3525457a1de081d929cb8bea60113cf7a9e2b15a
tree32dde2d070ed85bc9b886e7fbb242df30e851f2a
parent2afaf64993c6053d4756b7092f0315ef2f64227b
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