GFS2: Add origin indicator to glock demote tracing
[deliverable/linux.git] / fs / gfs2 / glock.c
index 77d7927bcd753429eddb699ba5f561dbe87fcf6c..3b9e1788ebf918c23139656166e6e007bab59b98 100644 (file)
@@ -926,7 +926,7 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state,
        }
        if (gl->gl_ops->go_callback)
                gl->gl_ops->go_callback(gl, remote);
-       trace_gfs2_demote_rq(gl);
+       trace_gfs2_demote_rq(gl, remote);
 }
 
 void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...)
This page took 0.03805 seconds and 5 git commands to generate.