Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e094808 authored by Slava Pestov's avatar Slava Pestov Committed by Kent Overstreet
Browse files

bcache: fix typo in bch_bkey_equal_header

parent 501d52a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */