svn commit: r197037 - projects/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Sep 9 11:36:31 UTC 2009


Author: pho
Date: Wed Sep  9 11:36:30 2009
New Revision: 197037
URL: http://svn.freebsd.org/changeset/base/197037

Log:
  Document the panic that this scenario causes.

Modified:
  projects/stress2/misc/md2.sh

Modified: projects/stress2/misc/md2.sh
==============================================================================
--- projects/stress2/misc/md2.sh	Wed Sep  9 11:34:46 2009	(r197036)
+++ projects/stress2/misc/md2.sh	Wed Sep  9 11:36:30 2009	(r197037)
@@ -28,6 +28,8 @@
 # $FreeBSD$
 #
 
+# panic: ufs_dirbad: /mnt: bad dir ino 32899 at offset 16896: mangled entry
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 . ../default.cfg


More information about the svn-src-projects mailing list