From patchwork Sun Apr 21 22:51:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 2469681 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 901813FD40 for ; Sun, 21 Apr 2013 22:51:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753113Ab3DUWv4 (ORCPT ); Sun, 21 Apr 2013 18:51:56 -0400 Received: from sandeen.net ([63.231.237.45]:56876 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752618Ab3DUWv4 (ORCPT ); Sun, 21 Apr 2013 18:51:56 -0400 Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTPSA id 96D9163BDFF4; Sun, 21 Apr 2013 17:51:55 -0500 (CDT) Message-ID: <51746D8A.60707@sandeen.net> Date: Sun, 21 Apr 2013 17:51:54 -0500 From: Eric Sandeen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Eric Sandeen CC: linux-btrfs , xfs-oss Subject: [PATCH V3] xfstests: fix common filter include in filter.btrfs References: <517386CC.8010406@redhat.com> <51746D07.5090300@sandeen.net> In-Reply-To: <51746D07.5090300@sandeen.net> X-Enigmail-Version: 1.5.1 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Not sure how this happened, but filter.btrfs including itself leads to immense sadness for any file that includes it. (I got a segfault when I tried to run 307) It should be including ./common/filter not ./common/filter.btrfs Signed-off-by: Eric Sandeen Reviewed-by: Rich Johnston --- cripes, I'm sorry that took 3 times to get right :/ -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/common/filter.btrfs b/common/filter.btrfs index b1aa733..e9a2bc2 100644 --- a/common/filter.btrfs +++ b/common/filter.btrfs @@ -1,6 +1,6 @@ # Filters for btrfs command output -. ./common/filter.btrfs +. ./common/filter # Some, but not all, commands emit "Btrfs " _filter_btrfs_version()