mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
bcache: fix typo in bch_bkey_equal_header
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
This commit is contained in:
parent
501d52a90c
commit
8e09480806
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user