summaryrefslogtreecommitdiff
path: root/keypair.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+7
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
orShaohua Li <shli@fb.com>2016-04-29 14:18:03 -0700 committerShaohua Li <shli@fb.com>2016-04-29 14:18:03 -0700 commitb8a0b8e94648179b92191e5cf4fd3c4379b31cc4 (patch) tree9c44d89fcdb00e7c2c7b4fd3c84565d4c7e775a6 parent9c573de3283af007ea11c17bde1e4568d9417328 (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>
Diffstat