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

Commit 91ffd7db authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Missed deletion of debugging code



One line which should have been deleted in the last patch
was missed.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 13538b8e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -521,7 +521,6 @@ static void databuf_lo_before_commit(struct gfs2_sbd *sdp)
		if (num > limit)
		if (num > limit)
			num = limit;
			num = limit;
		n = 0;
		n = 0;
		i = 0;
		list_for_each_entry_safe_continue(bd1, bdt, &sdp->sd_log_le_databuf, bd_le.le_list) {
		list_for_each_entry_safe_continue(bd1, bdt, &sdp->sd_log_le_databuf, bd_le.le_list) {
			/* An ordered write buffer */
			/* An ordered write buffer */
			if (bd1->bd_bh && !buffer_pinned(bd1->bd_bh)) {
			if (bd1->bd_bh && !buffer_pinned(bd1->bd_bh)) {