Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 09:01:47 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r331998 - user/pho/stress2/misc
Message-ID:  <201804040901.w3491l8f063197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Wed Apr  4 09:01:47 2018
New Revision: 331998
URL: https://svnweb.freebsd.org/changeset/base/331998

Log:
  Style fix and added when reported problem was fixed.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/growfs.sh

Modified: user/pho/stress2/misc/growfs.sh
==============================================================================
--- user/pho/stress2/misc/growfs.sh	Wed Apr  4 08:45:41 2018	(r331997)
+++ user/pho/stress2/misc/growfs.sh	Wed Apr  4 09:01:47 2018	(r331998)
@@ -31,6 +31,7 @@
 # growfs(8) test
 # "checksum failed: cg 52, cgp: 0x0 != bp: 0xe35de2ca" seen.
 # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222876
+# Fixed by r324499
 
 . ../default.cfg
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
@@ -61,4 +62,4 @@ umount $mntpoint
 checkfs /dev/md${mdstart}p1 || { s=1; echo "Final fsck fail";  }
 
 mdconfig -d -u $mdstart
-exit $s 
+exit $s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804040901.w3491l8f063197>