]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/gfs2/lops.h
gfs2: Remove unnecessary extern declarations
[linux.git] / fs / gfs2 / lops.h
index 4e81742de7a0c3394f23ae82d0f2327335b7a17a..320fbf28d2fba01610fef0a3f1f100250b0ed48a 100644 (file)
        ((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,