svn commit: r258642 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Tue Nov 26 10:57:10 UTC 2013


Author: avg
Date: Tue Nov 26 10:57:09 2013
New Revision: 258642
URL: http://svnweb.freebsd.org/changeset/base/258642

Log:
  fix debug.zfs_flags sysctl description in r258638
  
  Pointyhat to:	avg
  MFC after:	3 days

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c	Tue Nov 26 10:53:12 2013	(r258641)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c	Tue Nov 26 10:57:09 2013	(r258642)
@@ -246,7 +246,7 @@ int zfs_flags = 0;
 SYSCTL_DECL(_debug);
 TUNABLE_INT("debug.zfs_flags", &zfs_flags);
 SYSCTL_INT(_debug, OID_AUTO, zfs_flags, CTLFLAG_RWTUN, &zfs_flags, 0,
-    "Try to recover from otherwise-fatal errors.");
+    "ZFS debug flags.");
 
 /*
  * zfs_recover can be set to nonzero to attempt to recover from


More information about the svn-src-head mailing list