commit | b8a0b8e94648179b92191e5cf4fd3c4379b31cc4 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Fri Apr 29 14:18:03 2016 -0700 |
committer | Shaohua Li <shli@fb.com> | Fri Apr 29 14:18:03 2016 -0700 |
tree | 9c44d89fcdb00e7c2c7b4fd3c84565d4c7e775a6 | |
parent | 9c573de3283af007ea11c17bde1e4568d9417328 [diff] |
raid5: delete unnecessary warnning If device has R5_LOCKED set, it's legit device has R5_SkipCopy set and page != orig_page. After R5_LOCKED is clear, handle_stripe_clean_event will clear the SkipCopy flag and set page to orig_page. So the warning is unnecessary. Reported-by: Joey Liao <joeyliao@qnap.com> Signed-off-by: Shaohua Li <shli@fb.com>