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
fd1e9c69
Commit
fd1e9c69
authored
Mar 21, 2022
by
Kent Overstreet
Committed by
Kent Overstreet
Oct 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bcachefs: Fix an unitialized var warning in userspace
Signed-off-by:
Kent Overstreet
<
kent.overstreet@gmail.com
>
parent
3756111d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/bcachefs/io.c
fs/bcachefs/io.c
+1
-1
No files found.
fs/bcachefs/io.c
View file @
fd1e9c69
...
@@ -1141,7 +1141,7 @@ static void __bch2_write(struct closure *cl)
...
@@ -1141,7 +1141,7 @@ static void __bch2_write(struct closure *cl)
struct
bch_write_op
*
op
=
container_of
(
cl
,
struct
bch_write_op
,
cl
);
struct
bch_write_op
*
op
=
container_of
(
cl
,
struct
bch_write_op
,
cl
);
struct
bch_fs
*
c
=
op
->
c
;
struct
bch_fs
*
c
=
op
->
c
;
struct
write_point
*
wp
;
struct
write_point
*
wp
;
struct
bio
*
bio
;
struct
bio
*
bio
=
NULL
;
bool
skip_put
=
true
;
bool
skip_put
=
true
;
unsigned
nofs_flags
;
unsigned
nofs_flags
;
int
ret
;
int
ret
;
...
...
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