Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4a7f7e9e
Commit
4a7f7e9e
authored
2 years ago
by
Kent Overstreet
Committed by
Kent Overstreet
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bcachefs: Fix not punting to worqueue when promoting
Signed-off-by:
Kent Overstreet
<
kent.overstreet@gmail.com
>
parent
0763c552
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
fs/bcachefs/io.c
fs/bcachefs/io.c
+1
-0
No files found.
fs/bcachefs/io.c
View file @
4a7f7e9e
...
@@ -2027,6 +2027,7 @@ static void bch2_read_endio(struct bio *bio)
...
@@ -2027,6 +2027,7 @@ static void bch2_read_endio(struct bio *bio)
}
}
if
(
rbio
->
narrow_crcs
||
if
(
rbio
->
narrow_crcs
||
rbio
->
promote
||
crc_is_compressed
(
rbio
->
pick
.
crc
)
||
crc_is_compressed
(
rbio
->
pick
.
crc
)
||
bch2_csum_type_is_encryption
(
rbio
->
pick
.
crc
.
csum_type
))
bch2_csum_type_is_encryption
(
rbio
->
pick
.
crc
.
csum_type
))
context
=
RBIO_CONTEXT_UNBOUND
,
wq
=
system_unbound_wq
;
context
=
RBIO_CONTEXT_UNBOUND
,
wq
=
system_unbound_wq
;
...
...
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