提交 8e094808 编写于 作者: S Slava Pestov 提交者: Kent Overstreet

bcache: fix typo in bch_bkey_equal_header

Signed-off-by: NKent Overstreet <kmo@daterainc.com>
上级 501d52a9
......@@ -453,7 +453,7 @@ static inline bool bch_bkey_equal_header(const struct bkey *l,
{
return (KEY_DIRTY(l) == KEY_DIRTY(r) &&
KEY_PTRS(l) == KEY_PTRS(r) &&
KEY_CSUM(l) == KEY_CSUM(l));
KEY_CSUM(l) == KEY_CSUM(r));
}
/* Keylists */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册