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

Peter Holm pho at FreeBSD.org
Thu Oct 29 14:28:28 UTC 2020


Author: pho
Date: Thu Oct 29 14:28:27 2020
New Revision: 367133
URL: https://svnweb.freebsd.org/changeset/base/367133

Log:
  Added when problem was fixed.

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

Modified: user/pho/stress2/misc/fullpath2.sh
==============================================================================
--- user/pho/stress2/misc/fullpath2.sh	Thu Oct 29 14:23:52 2020	(r367132)
+++ user/pho/stress2/misc/fullpath2.sh	Thu Oct 29 14:28:27 2020	(r367133)
@@ -28,7 +28,7 @@
 # $FreeBSD$
 #
 
-# WiP: fullpath NULL reference problem hunt.
+# fullpath NULL reference problem hunt.
 
 # From the commit log of r308407:
 #   vn_fullpath1() checked VV_ROOT and then unreferenced
@@ -38,6 +38,7 @@
 
 # 'panic: namei: garbage in ni_resflags: 1':
 # https://people.freebsd.org/~pho/stress/log/fullpath2.txt
+# Fixed by r367130
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 . ../default.cfg


More information about the svn-src-user mailing list