[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure
[firefly-linux-kernel-4.4.55.git] / fs / gfs2 / incore.h
index 3ed0a7f26e45ab900cc0e3649a39b5ec79404ce4..3bc40ff5fdf95046ec5e3b9bab11ce45d249c059 100644 (file)
@@ -25,7 +25,6 @@ struct gfs2_log_element;
 struct gfs2_bitmap;
 struct gfs2_rgrpd;
 struct gfs2_bufdata;
-struct gfs2_databuf;
 struct gfs2_glock_operations;
 struct gfs2_holder;
 struct gfs2_glock;
@@ -116,11 +115,6 @@ struct gfs2_bufdata {
        struct list_head bd_ail_gl_list;
 };
 
-struct gfs2_databuf {
-       struct gfs2_log_element db_le;
-       struct buffer_head *db_bh;
-};
-
 struct gfs2_glock_operations {
        void (*go_xmote_th) (struct gfs2_glock * gl, unsigned int state,
                             int flags);