commit | 444fc0b6b167ed164e7436621a9d095e042644dd | [log] [tgz] |
---|---|---|
author | Kent Overstreet <koverstreet@google.com> | Sat May 11 17:07:26 2013 -0700 |
committer | Kent Overstreet <koverstreet@google.com> | Wed Jun 26 17:09:16 2013 -0700 |
tree | 4625e5b019f6f36794268c358fad393248df5bd6 | |
parent | 6ded34d1a54c046a45db071d3cb7b37bd0a4a31f [diff] |
bcache: Initialize sectors_dirty when attaching Previously, dirty_data wouldn't get initialized until the first garbage collection... which was a bit of a problem for background writeback (as the PD controller keys off of it) and also confusing for users. This is also prep work for making background writeback aware of raid5/6 stripes. Signed-off-by: Kent Overstreet <koverstreet@google.com>