Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7023a0b1 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Bob Peterson
Browse files

GFS2: Fix gl_object warnings



The following cleanup is needed to avoid spilling the syslog with
false warnings.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
parent 27c3b415
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -705,7 +705,7 @@ void gfs2_clear_rgrpd(struct gfs2_sbd *sdp)
		rb_erase(n, &sdp->sd_rindex_tree);

		if (gl) {
			glock_set_object(gl, NULL);
			glock_clear_object(gl, rgd);
			gfs2_glock_put(gl);
		}