From patchwork Thu Mar 21 15:31:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander X-Patchwork-Id: 229729 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3E40D2C00CB for ; Fri, 22 Mar 2013 02:31:25 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932532Ab3CUPbY (ORCPT ); Thu, 21 Mar 2013 11:31:24 -0400 Received: from www.humilis.net ([82.95.169.224]:58531 "EHLO panda.humilis.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932210Ab3CUPbX (ORCPT ); Thu, 21 Mar 2013 11:31:23 -0400 Received: by panda.humilis.net (Postfix, from userid 1000) id 065FF23B41; Thu, 21 Mar 2013 16:31:21 +0100 (CET) Date: Thu, 21 Mar 2013 16:31:21 +0100 From: Sander To: linux-ext4@vger.kernel.org Subject: [PATCH][TRIVIAL] Documentation/filesystems/ext4.txt barriers -> barrier Message-ID: <20130321153121.GA17388@panda> Reply-To: sander@humilis.net MIME-Version: 1.0 Content-Disposition: inline X-Uptime: 16:29:50 up 35 days, 21:30, 25 users, load average: 0.17, 0.17, 0.15 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Hello list, I've found a small typo in Documentation/filesystems/ext4.txt Sander Signed-off-by: John Doe diff -ruN linux-3.9-rc3-orig/Documentation/filesystems/ext4.txt linux-3.9-rc3/Documentation/filesystems/ext4.txt --- linux-3.9-rc3-orig/Documentation/filesystems/ext4.txt 2013-03-17 23:59:32.000000000 +0100 +++ linux-3.9-rc3/Documentation/filesystems/ext4.txt 2013-03-21 18:27:19.246017488 +0100 @@ -65,7 +65,7 @@ note that ext4 enables write barriers by default, while ext3 does not enable write barriers by default. So it is useful to use explicitly specify whether barriers are enabled or not when via the - '-o barriers=[0|1]' mount option for both ext3 and ext4 filesystems + '-o barrier=[0|1]' mount option for both ext3 and ext4 filesystems for a fair comparison. When tuning ext3 for best benchmark numbers, it is often worthwhile to try changing the data journaling mode; '-o data=writeback' can be faster for some workloads. (Note however that