Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md/raid5: clear R5_NeedReplace when no longer needed.
This flag is currently never cleared, which can in rare cases trigger a warn-on if it is still set but the block isn't InSync. So clear it when it isn't need, which includes if the replacement device has failed. Signed-off-by: NeilBrown <[email protected]>
- Loading branch information