X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.4.0-r929098 Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p6TG73AX053744 for ; Fri, 29 Jul 2011 11:07:03 -0500 X-ASG-Debug-ID: 1311955621-30e501f70000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from mort.rzone.de (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 73242A5EBD for ; Fri, 29 Jul 2011 09:07:02 -0700 (PDT) Received: from mort.rzone.de (mort.rzone.de [81.169.144.234]) by cuda.sgi.com with ESMTP id ivYFmPeRpzgUOKUG for ; Fri, 29 Jul 2011 09:07:02 -0700 (PDT) Received: from gargravarr.store (gargravarr.store [192.168.42.236]) by mort.rzone.de (Postfix) with ESMTP id 4EAD5314; Fri, 29 Jul 2011 18:07:01 +0200 (MEST) Received: by gargravarr.store (Postfix, from userid 32655) id 45E0AC096; Fri, 29 Jul 2011 18:07:01 +0200 (CEST) From: Stefan Behrens To: linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, xfs@oss.sgi.com X-ASG-Orig-Subj: [PATCH v2 0/4] xfstests: Changed a couple of tests to be generic Subject: [PATCH v2 0/4] xfstests: Changed a couple of tests to be generic Date: Fri, 29 Jul 2011 18:06:57 +0200 Message-Id: X-Mailer: git-send-email 1.7.3.4 X-Barracuda-Connect: mort.rzone.de[81.169.144.234] X-Barracuda-Start-Time: 1311955622 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -1.42 X-Barracuda-Spam-Status: No, SCORE=-1.42 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests=MARKETING_SUBJECT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.70320 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.60 MARKETING_SUBJECT Subject contains popular marketing words X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean Changes v1->v2: - Instead of just adding btrfs to the list of supported filesystems, the 7 tests that are touched by this patch series are now executed for all filesystems (since the tests are generic ones). - The changes in src/t_immutable.c are revised to make the setting of append-only and immutable flags generic instead of just adding code for btrfs. This patch series changes the tests 015, 062, 079, 083, 117, 120 and 192 to be generic for all filesystems and to be executed for all filesystems. For test 079 to run, src/t_immutable.c was also modified to use the new generic FS_IOC_SETFLAGS/FS_IOC_GETFLAGS ioctl() if they are available. Stefan Behrens (4): xfstests: Changed test 062 to be generic for all filesystems xfstests: Changed tests 083, 117, 120 and 192 to be generic for all filesystems xfstests: Changed test 015 to be generic for all filesystems xfstests: Changed test 079 to be generic for all filesystems 015 | 4 +- 062 | 4 +- 062.out | 6 ----- 079 | 13 ++++++++-- 083 | 12 +++++++-- 117 | 4 +- 120 | 4 +- 192 | 2 +- src/t_immutable.c | 66 +++++++++++++++++----------------------------------- 9 files changed, 50 insertions(+), 65 deletions(-) -- 1.7.3.4