]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/gfs2/lops.h
gfs2: Remove unnecessary extern declarations
[linux.git] / fs / gfs2 / lops.h
index 711c4d89c0639cd0a3b70142070dbcde745ba3f6..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,
@@ -77,7 +72,7 @@ static inline void lops_before_scan(struct gfs2_jdesc *jd,
                        gfs2_log_ops[x]->lo_before_scan(jd, head, pass);
 }
 
-static inline int lops_scan_elements(struct gfs2_jdesc *jd, unsigned int start,
+static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start,
                                     struct gfs2_log_descriptor *ld,
                                     __be64 *ptr,
                                     unsigned int pass)