bcache: Track dirty data by stripe
authorKent Overstreet <koverstreet@google.com>
Wed, 5 Jun 2013 13:21:07 +0000 (06:21 -0700)
committerKent Overstreet <koverstreet@google.com>
Thu, 27 Jun 2013 04:57:23 +0000 (21:57 -0700)
To make background writeback aware of raid5/6 stripes, we first need to
track the amount of dirty data within each stripe - we do this by
breaking up the existing sectors_dirty into per stripe atomic_ts

Signed-off-by: Kent Overstreet <koverstreet@google.com>

No differences found