GFS2: Add origin indicator to glock callbacks
[firefly-linux-kernel-4.4.55.git] / fs / gfs2 / incore.h
index 2532f7ec6b00dccbe948dbe5c16ac1bc140a2b7e..26aabd7caba7edfd56c9d611df1732ac6b16a6a1 100644 (file)
@@ -210,7 +210,7 @@ struct gfs2_glock_operations {
        int (*go_lock) (struct gfs2_holder *gh);
        void (*go_unlock) (struct gfs2_holder *gh);
        int (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);
-       void (*go_callback) (struct gfs2_glock *gl);
+       void (*go_callback)(struct gfs2_glock *gl, bool remote);
        const int go_type;
        const unsigned long go_flags;
 #define GLOF_ASPACE 1