Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 12:12:25 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r317551 - user/pho/stress2/misc
Message-ID:  <201704281212.v3SCCPHG038267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Fri Apr 28 12:12:24 2017
New Revision: 317551
URL: https://svnweb.freebsd.org/changeset/base/317551

Log:
  Added "Fixed by" and problem found.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/nullfs13.sh
  user/pho/stress2/misc/nullfs18.sh
  user/pho/stress2/misc/nullfs5.sh

Modified: user/pho/stress2/misc/nullfs13.sh
==============================================================================
--- user/pho/stress2/misc/nullfs13.sh	Fri Apr 28 12:10:16 2017	(r317550)
+++ user/pho/stress2/misc/nullfs13.sh	Fri Apr 28 12:12:24 2017	(r317551)
@@ -31,6 +31,8 @@
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 # kern/178238 "nullfs don't release i-nodes on unlink"
+# See also nullfs16.sh
+# Fixed by: r292961.
 
 . ../default.cfg
 

Modified: user/pho/stress2/misc/nullfs18.sh
==============================================================================
--- user/pho/stress2/misc/nullfs18.sh	Fri Apr 28 12:10:16 2017	(r317550)
+++ user/pho/stress2/misc/nullfs18.sh	Fri Apr 28 12:12:24 2017	(r317551)
@@ -31,7 +31,7 @@
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 # Demonstate nullfs(5) inode leak.
-# Fixed by 295717.
+# Fixed by r295717.
 
 . ../default.cfg
 

Modified: user/pho/stress2/misc/nullfs5.sh
==============================================================================
--- user/pho/stress2/misc/nullfs5.sh	Fri Apr 28 12:10:16 2017	(r317550)
+++ user/pho/stress2/misc/nullfs5.sh	Fri Apr 28 12:12:24 2017	(r317551)
@@ -39,6 +39,9 @@
 # panic: vholdl: inactive held vnode:
 # https://people.freebsd.org/~pho/stress/log/kostik815.txt
 
+# umount busy seen:
+# https://people.freebsd.org/~pho/stress/log/kostik893.txt
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 . ../default.cfg



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