]> 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)
commit506f02bee14b95cf8d6c6dc2e3be32f8a85956d0
tree32dde2d070ed85bc9b886e7fbb242df30e851f2a
parent9252ed1da912150b3ace334256782202ed39f297
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