diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2021-03-24 10:50:50 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-04-03 21:38:11 +0200 |
commit | 0bf3e3273b922e50cae4bcc80476df19cea057fb (patch) | |
tree | a064fb5b0beaeae9d10d2f312c412f9ff21f82cc /fs/gfs2/incore.h | |
parent | 3ae3a7d62a68dfd3b7b6636d8ec1d36ff71de066 (diff) | |
download | linux-0bf3e3273b922e50cae4bcc80476df19cea057fb.tar.bz2 |
gfs2: Remove unused variable sb_format
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 6e37734b7425..e6f820f146cb 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -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; |