From patchwork Mon Jul 14 02:27:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tsutomu Itoh X-Patchwork-Id: 4542311 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7D720C0514 for ; Mon, 14 Jul 2014 02:45:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B77D720145 for ; Mon, 14 Jul 2014 02:45:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7266920138 for ; Mon, 14 Jul 2014 02:45:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbaGNCpa (ORCPT ); Sun, 13 Jul 2014 22:45:30 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:57922 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751213AbaGNCp2 (ORCPT ); Sun, 13 Jul 2014 22:45:28 -0400 X-Greylist: delayed 511 seconds by postgrey-1.27 at vger.kernel.org; Sun, 13 Jul 2014 22:45:28 EDT Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by fgwmail7.fujitsu.co.jp (Postfix) with ESMTP id E8A9E1795800 for ; Mon, 14 Jul 2014 11:37:09 +0900 (JST) Received: from kw-mxoi1.gw.nic.fujitsu.com (unknown [10.0.237.133]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id D42C53EE0C2 for ; Mon, 14 Jul 2014 11:36:55 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (s4.gw.nic.fujitsu.com [10.0.50.94]) by kw-mxoi1.gw.nic.fujitsu.com (Postfix) with ESMTP id D06BDAC0563 for ; Mon, 14 Jul 2014 11:36:54 +0900 (JST) Received: from m1000.s.css.fujitsu.com (m1000.s.css.fujitsu.com [10.240.81.136]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id 81814EF8001 for ; Mon, 14 Jul 2014 11:36:54 +0900 (JST) Received: from WIN-R1VKH1IH438.jp.fujitsu.com (unknown [10.124.102.85]) by m1000.s.css.fujitsu.com (Postfix) with SMTP id 236E0620AF for ; Mon, 14 Jul 2014 11:36:54 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.2.0 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20131115 Message-Id: <201407140227.AA00004@WIN-R1VKH1IH438.jp.fujitsu.com> From: Tsutomu Itoh Date: Mon, 14 Jul 2014 11:27:43 +0900 To: linux-btrfs@vger.kernel.org Subject: [PATCH] btrfs-progs: doc: fix incorrect subvol name MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 X-TM-AS-MML: No Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Subvolume name is wrong. Fix it. Signed-off-by: Tsutomu Itoh --- Documentation/btrfs-convert.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt index ed61d14..1eff0bf 100644 --- a/Documentation/btrfs-convert.txt +++ b/Documentation/btrfs-convert.txt @@ -13,7 +13,7 @@ DESCRIPTION ----------- *btrfs-convert* is used to convert existed ext2/3/4 to btrfs filesystem, and the original filesystem image is accessible as from separate subvolume -named 'ext2_subvol' as file image. +named 'ext2_saved' as file image. OPTIONS -------