From patchwork Mon Jul 26 19:37:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcos Paulo de Souza X-Patchwork-Id: 12400747 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DBC8C432BE for ; Mon, 26 Jul 2021 19:37:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 409AF60F6D for ; Mon, 26 Jul 2021 19:37:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231639AbhGZS5N (ORCPT ); Mon, 26 Jul 2021 14:57:13 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:33210 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230488AbhGZS5N (ORCPT ); Mon, 26 Jul 2021 14:57:13 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id BAEE22201F; Mon, 26 Jul 2021 19:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1627328260; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RyirjDJErxWwUf/7C4h7MfWb2FDT34oSt+TKHDehx6c=; b=evvE2zHcIOPr2nKlat01k9DuRvoWEqewviO+eWDbAK8DNAlHIpyGZ+mDYzgxMhVfH42T1B KkBwtOVk7tcDQ4CWKB0yUtTFAaRAVEqfKK3CoJEYDptJQfqJgjr8awCJNqZkgYRA2SsWRe lWUJTC7s9gCJ5TGP+Mjm8P7LkfWD1PY= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2D6FF13B58; Mon, 26 Jul 2021 19:37:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Z1o7OQIP/2BkKAAAMHmgww (envelope-from ); Mon, 26 Jul 2021 19:37:38 +0000 From: Marcos Paulo de Souza To: linux-btrfs@vger.kernel.org, fstests@vger.kernel.org Cc: dsterba@suse.com, guaneryu@gmail.com, Marcos Paulo de Souza Subject: [PATCH] btrfs/177: Adjust resize output message Date: Mon, 26 Jul 2021 16:37:38 -0300 Message-Id: <20210726193738.14992-1-mpdesouza@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Commit 78aa1d95dd99 ("btrfs-progs: fi resize: make output more readable") added the device id of the resized fs along with a pretty printed size. Adjust the expected output of the test. Signed-off-by: Marcos Paulo de Souza --- tests/btrfs/177.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/btrfs/177.out b/tests/btrfs/177.out index 63aca0e5..b1cc5db0 100644 --- a/tests/btrfs/177.out +++ b/tests/btrfs/177.out @@ -1,4 +1,4 @@ QA output created by 177 -Resize 'SCRATCH_MNT' of '3221225472' +Resize device id 1 (SCRATCH_DEV) from 1.00GiB to 3.00GiB Text file busy -Resize 'SCRATCH_MNT' of '1073741824' +Resize device id 1 (SCRATCH_DEV) from 3.00GiB to 1.00GiB