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
6ca874e9
Commit
6ca874e9
authored
Oct 26, 2009
by
Sage Weil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: silence uninitialized variable warning
Signed-off-by:
Sage Weil
<
sage@newdream.net
>
parent
7b813c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/ceph/super.c
fs/ceph/super.c
+1
-1
No files found.
fs/ceph/super.c
View file @
6ca874e9
...
@@ -808,7 +808,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
...
@@ -808,7 +808,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
struct
ceph_client
*
client
;
struct
ceph_client
*
client
;
int
err
;
int
err
;
int
(
*
compare_super
)(
struct
super_block
*
,
void
*
)
=
ceph_compare_super
;
int
(
*
compare_super
)(
struct
super_block
*
,
void
*
)
=
ceph_compare_super
;
const
char
*
path
;
const
char
*
path
=
0
;
dout
(
"ceph_get_sb
\n
"
);
dout
(
"ceph_get_sb
\n
"
);
...
...
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