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
8ab3fa96
Commit
8ab3fa96
authored
Nov 27, 2023
by
Kent Overstreet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bcachefs: kill journal->preres_wait
Signed-off-by:
Kent Overstreet
<
kent.overstreet@linux.dev
>
parent
56db2429
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
fs/bcachefs/journal.h
fs/bcachefs/journal.h
+0
-1
fs/bcachefs/journal_types.h
fs/bcachefs/journal_types.h
+0
-1
No files found.
fs/bcachefs/journal.h
View file @
8ab3fa96
...
...
@@ -119,7 +119,6 @@ static inline void journal_wake(struct journal *j)
{
wake_up
(
&
j
->
wait
);
closure_wake_up
(
&
j
->
async_wait
);
closure_wake_up
(
&
j
->
preres_wait
);
}
static
inline
struct
journal_buf
*
journal_cur_buf
(
struct
journal
*
j
)
...
...
fs/bcachefs/journal_types.h
View file @
8ab3fa96
...
...
@@ -195,7 +195,6 @@ struct journal {
/* Used when waiting because the journal was full */
wait_queue_head_t
wait
;
struct
closure_waitlist
async_wait
;
struct
closure_waitlist
preres_wait
;
struct
closure
io
;
struct
delayed_work
write_work
;
...
...
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