commit | 2531d9ee61fa08a5a9ab8f002c50779888d232c7 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Mar 17 16:55:55 2014 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Tue Mar 18 12:23:36 2014 -0700 |
tree | 4a75259d27010a2b48c0aca0e5b490060db81f75 | |
parent | 0a63b66db566cffdf90182eb6e66fdd4d0479e63 [diff] |
bcache: Kill unused freelist This was originally added as at optimization that for various reasons isn't needed anymore, but it does add a lot of nasty corner cases (and it was responsible for some recently fixed bugs). Just get rid of it now. Signed-off-by: Kent Overstreet <kmo@daterainc.com>