diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2020-01-09 13:54:36 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2020-01-20 08:46:53 +0100 |
commit | 5d43975859bf4fa5a27d568f37091f46a73a9725 (patch) | |
tree | c053120480834403ca256dbf13e745382b3b0357 /fs/gfs2/incore.h | |
parent | 2b0fb353c029de78f9fb9462290af3f2432749b9 (diff) |
gfs2: Fix incorrect variable name
Rename sd_log_commited_revoke to sd_log_committed_revoke.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index b5d9c11f4901..e9254e2fbc20 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -804,7 +804,7 @@ struct gfs2_sbd { struct gfs2_trans *sd_log_tr; unsigned int sd_log_blks_reserved; - int sd_log_commited_revoke; + int sd_log_committed_revoke; atomic_t sd_log_pinned; unsigned int sd_log_num_revoke; |