From patchwork Tue Mar 7 07:48:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zorro Lang X-Patchwork-Id: 9608209 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B86396046A for ; Tue, 7 Mar 2017 07:50:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AA91A284CF for ; Tue, 7 Mar 2017 07:50:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9F560284CE; Tue, 7 Mar 2017 07:50:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43F20284CE for ; Tue, 7 Mar 2017 07:50:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751838AbdCGHuq (ORCPT ); Tue, 7 Mar 2017 02:50:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47112 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbdCGHuq (ORCPT ); Tue, 7 Mar 2017 02:50:46 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 99EA27E9DC for ; Tue, 7 Mar 2017 07:49:05 +0000 (UTC) Received: from dhcp-12-168.nay.redhat.com (dhcp-12-168.nay.redhat.com [10.66.12.168]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v277n1Fg032581; Tue, 7 Mar 2017 02:49:03 -0500 From: Zorro Lang To: fstests@vger.kernel.org Cc: zlang@redhat.com Subject: [PATCH] generic/409-411: remove all after unbind mountpoints Date: Tue, 7 Mar 2017 15:48:54 +0800 Message-Id: <1488872934-20001-1-git-send-email-zlang@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 07 Mar 2017 07:49:05 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP After some shared subtrees test (bind/slave/shared/private), maybe some dentries isn't freed. For example, EBUSY maybe returned due to some bugs. This patch tries to verify that. Signed-off-by: Zorro Lang --- tests/generic/409 | 1 + tests/generic/410 | 1 + tests/generic/411 | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/generic/409 b/tests/generic/409 index d7c39d6..76d657f 100755 --- a/tests/generic/409 +++ b/tests/generic/409 @@ -48,6 +48,7 @@ _cleanup() cd / rm -f $tmp.* _clear_mount_stack + rm -rf $MNTHEAD $mpA $mpB $mpC $mpD } # get standard environment, filters and checks diff --git a/tests/generic/410 b/tests/generic/410 index e627cfe..f39b4fe 100755 --- a/tests/generic/410 +++ b/tests/generic/410 @@ -56,6 +56,7 @@ _cleanup() cd / rm -f $tmp.* _clear_mount_stack + rm -rf $MNTHEAD $mpA $mpB $mpC } # get standard environment, filters and checks diff --git a/tests/generic/411 b/tests/generic/411 index 414d3a5..e6afaf9 100755 --- a/tests/generic/411 +++ b/tests/generic/411 @@ -37,6 +37,7 @@ _cleanup() cd / rm -f $tmp.* _clear_mount_stack + rm -rf $MNTHEAD $mpA $mpB $mpC } # get standard environment, filters and checks