lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 4 Sep 2006 19:44:53 +0200 (MEST)
From:	Jan Engelhardt <jengelh@...ux01.gwdg.de>
To:	Steven Whitehouse <swhiteho@...hat.com>
cc:	linux-kernel@...r.kernel.org,
	Russell Cattelan <cattelan@...hat.com>,
	David Teigland <teigland@...hat.com>,
	Ingo Molnar <mingo@...e.hu>, hch@...radead.org
Subject: Re: [PATCH 10/16] GFS2: Logging and recovery

>+		a = (old_tail <= ai->ai_first);
>+		b = (ai->ai_first < new_tail);

>+	if (!(!error && dbn)) {
>+		printk(KERN_INFO "error=%d, dbn=%llu lbn=%u", error, (unsigned long long)dbn, lbn);
>+	}

error || dbn
-{}

>+#if 0
>+	unsigned int d;
>+
>+	d = log_distance(sdp, sdp->sd_log_flush_head, sdp->sd_log_head);
>+
>+	gfs2_assert_withdraw(sdp, d + 1 == sdp->sd_log_blks_reserved);
>+#endif

>+		if (lb->lb_real) {
>+			while (atomic_read(&bh->b_count) != 1)  /* Grrrr... */
>+				schedule();

Grrr? Someone stole us the b_count?

>+	unsigned int offset = sizeof(struct gfs2_log_descriptor);
>+	offset += (sizeof(__be64)-1);
>+	offset &= ~(sizeof(__be64)-1);
()


Jan Engelhardt
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ