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
0bf3e327
Commit
0bf3e327
authored
Mar 24, 2021
by
Andreas Gruenbacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gfs2: Remove unused variable sb_format
Signed-off-by:
Andreas Gruenbacher
<
agruenba@redhat.com
>
parent
3ae3a7d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
fs/gfs2/incore.h
fs/gfs2/incore.h
+0
-1
fs/gfs2/ops_fstype.c
fs/gfs2/ops_fstype.c
+0
-1
No files found.
fs/gfs2/incore.h
View file @
0bf3e327
...
...
@@ -625,7 +625,6 @@ struct gfs2_inum_host {
struct
gfs2_sb_host
{
u32
sb_magic
;
u32
sb_type
;
u32
sb_format
;
u32
sb_fs_format
;
u32
sb_multihost_format
;
...
...
fs/gfs2/ops_fstype.c
View file @
0bf3e327
...
...
@@ -204,7 +204,6 @@ static void gfs2_sb_in(struct gfs2_sbd *sdp, const void *buf)
sb
->
sb_magic
=
be32_to_cpu
(
str
->
sb_header
.
mh_magic
);
sb
->
sb_type
=
be32_to_cpu
(
str
->
sb_header
.
mh_type
);
sb
->
sb_format
=
be32_to_cpu
(
str
->
sb_header
.
mh_format
);
sb
->
sb_fs_format
=
be32_to_cpu
(
str
->
sb_fs_format
);
sb
->
sb_multihost_format
=
be32_to_cpu
(
str
->
sb_multihost_format
);
sb
->
sb_bsize
=
be32_to_cpu
(
str
->
sb_bsize
);
...
...
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