“3fe29c897272b18e18663832c43942c3936dffe6”上不存在“drivers/media/rc/rc-core-priv.h”
  • S
    raid5: update analysis state for failed stripe · ebda780b
    Shaohua Li 提交于
    handle_failed_stripe() makes the stripe fail, eg, all IO will return
    with a failure, but it doesn't update stripe_head_state. Later
    handle_stripe() has special handling for raid6 for handle_stripe_fill().
    That check before handle_stripe_fill() doesn't skip the failed stripe
    and we get a kernel crash in need_this_block.  This patch clear the
    analysis state to make sure no functions wrongly called after
    handle_failed_stripe()
    Signed-off-by: NShaohua Li <shli@fb.com>
    Signed-off-by: NNeilBrown <neilb@suse.com>
    ebda780b
raid5.c 220.5 KB