Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Upstream
linux-stable
Commits
8e094808
Commit
8e094808
authored
11 years ago
by
Slava Pestov
Committed by
Kent Overstreet
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
bcache: fix typo in bch_bkey_equal_header
Signed-off-by:
Kent Overstreet
<
kmo@daterainc.com
>
parent
501d52a9
master
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-rolling-lts
linux-rolling-stable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/md/bcache/bset.h
+1
-1
drivers/md/bcache/bset.h
with
1 addition
and
1 deletion
+1
-1
drivers/md/bcache/bset.h
View file @
8e094808
...
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help