From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id CD81A7FFC for ; Thu, 5 Feb 2015 08:08:38 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay1.corp.sgi.com (Postfix) with ESMTP id ACB1D8F8040 for ; Thu, 5 Feb 2015 06:08:38 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id UcFBBGdOgcvgcvzB (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 05 Feb 2015 06:08:34 -0800 (PST) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t15E8X8a006619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 5 Feb 2015 09:08:34 -0500 Date: Thu, 5 Feb 2015 09:08:29 -0500 From: Brian Foster Subject: Re: [PATCH] xfs: fix panic_mask documentation Message-ID: <20150205140829.GA31625@laptop.bfoster> References: <54D0F858.5010804@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <54D0F858.5010804@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Eric Sandeen Cc: xfs-oss On Tue, Feb 03, 2015 at 10:33:28AM -0600, Eric Sandeen wrote: > This bit of the docs didn't quite reflect reality. > > Signed-off-by: Eric Sandeen > --- > > diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt > index 5be51fd..157d440 100644 > --- a/Documentation/filesystems/xfs.txt > +++ b/Documentation/filesystems/xfs.txt > @@ -287,7 +287,7 @@ The following sysctls are available for the XFS filesystem: > XFS_ERRLEVEL_LOW: 1 > XFS_ERRLEVEL_HIGH: 5 > > - fs.xfs.panic_mask (Min: 0 Default: 0 Max: 127) > + fs.xfs.panic_mask (Min: 0 Default: 0 Max: 255) > Causes certain error conditions to call BUG(). Value is a bitmask; > AND together the tags which represent errors which should cause panics: Looks good, though shouldn't the above say "OR together the tags ..?" Brian > > @@ -299,6 +299,7 @@ The following sysctls are available for the XFS filesystem: > XFS_PTAG_SHUTDOWN_CORRUPT 0x00000010 > XFS_PTAG_SHUTDOWN_IOERROR 0x00000020 > XFS_PTAG_SHUTDOWN_LOGERROR 0x00000040 > + XFS_PTAG_FSBLOCK_ZERO 0x00000080 > > This option is intended for debugging only. > > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs