svn commit: r331998 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Apr 4 09:01:48 UTC 2018


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


More information about the svn-src-user mailing list