diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2019-04-04 15:32:41 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2019-05-07 23:39:14 +0200 |
commit | 32ac43f6a4ebf398c82e4b541fbe1229b2e47384 (patch) | |
tree | 1826f9ca086f666bb81c3352c19fe4fecdfd49fd /fs/gfs2/lops.h | |
parent | ce895cf15ab60b93464ebbb515f2fc9e7a8cef9a (diff) |
gfs2: Remove unnecessary extern declarations
Make log operations statuc; they are only used locally.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/lops.h')
-rw-r--r-- | fs/gfs2/lops.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/gfs2/lops.h b/fs/gfs2/lops.h index 4e81742de7a0..320fbf28d2fb 100644 --- a/fs/gfs2/lops.h +++ b/fs/gfs2/lops.h @@ -20,11 +20,6 @@ ((sizeof(struct gfs2_log_descriptor) + (2 * sizeof(__be64) - 1)) & \ ~(2 * sizeof(__be64) - 1)) -extern const struct gfs2_log_operations gfs2_glock_lops; -extern const struct gfs2_log_operations gfs2_buf_lops; -extern const struct gfs2_log_operations gfs2_revoke_lops; -extern const struct gfs2_log_operations gfs2_databuf_lops; - extern const struct gfs2_log_operations *gfs2_log_ops[]; extern u64 gfs2_log_bmap(struct gfs2_sbd *sdp); extern void gfs2_log_write(struct gfs2_sbd *sdp, struct page *page, |