From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 502C029E1A for ; Tue, 17 Dec 2013 16:19:01 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay2.corp.sgi.com (Postfix) with ESMTP id 13660304053 for ; Tue, 17 Dec 2013 14:19:01 -0800 (PST) Received: from mail-vb0-f74.google.com (mail-vb0-f74.google.com [209.85.212.74]) by cuda.sgi.com with ESMTP id rPIWj1Bosj9NZHRM (version=TLSv1 cipher=RC4-SHA bits=128 verify=NO) for ; Tue, 17 Dec 2013 14:18:59 -0800 (PST) Received: by mail-vb0-f74.google.com with SMTP id w5so697432vbf.1 for ; Tue, 17 Dec 2013 14:18:59 -0800 (PST) From: Junho Ryu Subject: [PATCH v2 11/12] xfstests: do not unmount before calling _check_scratch_fs() Date: Tue, 17 Dec 2013 14:18:41 -0800 Message-Id: <1387318722-3050-11-git-send-email-jayr@google.com> In-Reply-To: <1387318722-3050-1-git-send-email-jayr@google.com> References: <1387318722-3050-1-git-send-email-jayr@google.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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: xfs@oss.sgi.com Cc: tytso@mit.edu, hughd@google.com, branto@redhat.com, Junho Ryu Many tests do not unmount SCRATCH_DEV before calling _check_scratch_fs(). Change generic/053 to call check a filesystem without unmounting the device. Signed-off-by: Junho Ryu --- v2: extracted from patch 9 tests/generic/053 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/generic/053 b/tests/generic/053 index b8bd9e6..cf46a93 100755 --- a/tests/generic/053 +++ b/tests/generic/053 @@ -81,9 +81,7 @@ list_acls() echo "acls before repair:" list_acls -_do 'unmount $SCRATCH_DEV' 'umount $SCRATCH_DEV' _do 'repair filesystem' '_check_scratch_fs' -_do 'mount filesytem' '_scratch_mount' echo "acls after repair: " list_acls -- 1.8.5.1 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs