From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:39434 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406AbdESLMH (ORCPT ); Fri, 19 May 2017 07:12:07 -0400 Date: Fri, 19 May 2017 07:12:05 -0400 From: Brian Foster Subject: Re: xfs delayed logging Message-ID: <20170519111204.GA64091@bfoster.bfoster> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Sophie Loewenthal Cc: linux-xfs@vger.kernel.org On Fri, May 19, 2017 at 11:43:23AM +0200, Sophie Loewenthal wrote: > > Hi, > > Is this mount option implemented and what is the syntax? > > Reference: > https://www.kernel.org/doc/Documentation/filesystems/xfs-delayed-logging-design.txt > Delayed logging is core infrastructure and thus has been enabled by default for quite some time now. The associated mount options had been deprecated and ultimately removed in the following patch: commit 93b8a5854f247138e401471a9c3b82ccb62ff608 Author: Christoph Hellwig Date: Tue Dec 6 21:58:07 2011 +0000 xfs: remove the deprecated nodelaylog option ... Brian > Kind regards, Sophie > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html