cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/libgfs super.c
@ 2007-01-23 21:36 rpeterso
  0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2007-01-23 21:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2007-01-23 21:36:03

Modified files:
	gfs/libgfs     : super.c 

Log message:
	Resolves: bz 222759: gfs_mkfs doesn't zero data after gfs superblock

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/super.c.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/gfs/libgfs/super.c	2006/07/14 19:25:08	1.2
+++ cluster/gfs/libgfs/super.c	2007/01/23 21:36:03	1.3
@@ -485,6 +485,7 @@
 		goto out;
 	}
 
+	memset(BH_DATA(bh), 0, sbp->sd_sb.sb_bsize);
 	gfs_sb_out(&sbp->sd_sb, BH_DATA(bh));
 
 	/* FIXME: Should this set the BW_WAIT flag? */



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/gfs/libgfs super.c
@ 2007-01-23 21:37 rpeterso
  0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2007-01-23 21:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-01-23 21:37:03

Modified files:
	gfs/libgfs     : super.c 

Log message:
	Resolves: bz 222759: gfs_mkfs doesn't zero data after gfs superblock

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/super.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1

--- cluster/gfs/libgfs/super.c	2006/07/14 19:25:08	1.2
+++ cluster/gfs/libgfs/super.c	2007/01/23 21:37:02	1.2.2.1
@@ -485,6 +485,7 @@
 		goto out;
 	}
 
+	memset(BH_DATA(bh), 0, sbp->sd_sb.sb_bsize);
 	gfs_sb_out(&sbp->sd_sb, BH_DATA(bh));
 
 	/* FIXME: Should this set the BW_WAIT flag? */



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-23 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 21:37 [Cluster-devel] cluster/gfs/libgfs super.c rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2007-01-23 21:36 rpeterso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).