]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/gfs2/incore.h
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[mirror_ubuntu-artful-kernel.git] / fs / gfs2 / incore.h
index aa3d44527fa2e92a9372761cc727e3b5c404e785..790e73984288776140fb89036f46ca4dbd4ba837 100644 (file)
@@ -336,7 +336,6 @@ enum {
 };
 
 struct gfs2_glock {
-       struct hlist_bl_node gl_list;
        unsigned long gl_flags;         /* GLF_... */
        struct lm_lockname gl_name;
 
@@ -386,6 +385,7 @@ enum {
        GIF_SW_PAGED            = 3,
        GIF_ORDERED             = 4,
        GIF_FREE_VFS_INODE      = 5,
+       GIF_GLOP_PENDING        = 6,
 };
 
 struct gfs2_inode {
@@ -820,7 +820,6 @@ struct gfs2_sbd {
        wait_queue_head_t sd_reserving_log_wait;
 
        unsigned int sd_log_flush_head;
-       u64 sd_log_flush_wrapped;
 
        spinlock_t sd_ail_lock;
        struct list_head sd_ail1_list;
@@ -857,5 +856,7 @@ static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which)
        preempt_enable();
 }
 
+extern struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);
+
 #endif /* __INCORE_DOT_H__ */