commit | f67342dd342d5917d94a7c0ffbde5f78e0d7a57a | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Nov 11 19:25:55 2013 -0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Wed Jan 08 13:05:13 2014 -0800 |
tree | 64472797ad91ae8e9b9e100863b98a69c34bd9a2 | |
parent | 59158fde429fb5d18064e2734b3dd5e6048affbd [diff] |
bcache: Refactor bset_tree sysfs stats We're in the process of turning bset.c into library code, so none of the code in that file should know about struct cache_set or struct btree - so, move the btree traversal part of the stats code to sysfs.c. Signed-off-by: Kent Overstreet <kmo@daterainc.com>