summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-07-26 11:35:19 +1000
committerNeilBrown <neilb@suse.de>2011-07-26 11:35:19 +1000
commitf2b3b44deee1524ca4f006048e0569f47eefdb74 (patch)
tree49f758f1f46ceb9bbab9bdaa40117030f031a0b8 /tools/perf/scripts/python
parent82e5a1718b9d0401b826341b9023766d04cb82f2 (diff)
md/raid5: unify stripe_head_state and r6_state
'struct stripe_head_state' stores state about the 'current' stripe that is passed around while handling the stripe. For RAID6 there is an extension structure: r6_state, which is also passed around. There is no value in keeping these separate, so move the fields from the latter into the former. This means that all code now needs to treat s->failed_num as an small array, but this is a small cost. Signed-off-by: NeilBrown <neilb@suse.de> Reviewed-by: Namhyung Kim <namhyung@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions