From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id B4F057F7B for ; Tue, 10 Dec 2013 14:12:20 -0600 (CST) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay1.corp.sgi.com (Postfix) with ESMTP id A53C08F8033 for ; Tue, 10 Dec 2013 12:12:20 -0800 (PST) Received: from mail-ie0-f202.google.com (mail-ie0-f202.google.com [209.85.223.202]) by cuda.sgi.com with ESMTP id qyCm9NKyqHpTcgQS (version=TLSv1 cipher=RC4-SHA bits=128 verify=NO) for ; Tue, 10 Dec 2013 12:12:20 -0800 (PST) Received: by mail-ie0-f202.google.com with SMTP id lx4so1116562iec.3 for ; Tue, 10 Dec 2013 12:12:19 -0800 (PST) From: Junho Ryu Subject: [PATCH 06/10] xfstests: fix generic/225 to check fiemap support Date: Tue, 10 Dec 2013 12:11:57 -0800 Message-Id: <1386706321-15795-7-git-send-email-jayr@google.com> In-Reply-To: <1386706321-15795-1-git-send-email-jayr@google.com> References: <1386706321-15795-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 generic/225 runs fiemap. It would be nice to call _require_xfs_io_fiemap like other tests which use fiemap. Signed-off-by: Junho Ryu --- tests/generic/225 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/225 b/tests/generic/225 index 73b125a..af65506 100755 --- a/tests/generic/225 +++ b/tests/generic/225 @@ -44,6 +44,7 @@ _cleanup() _supported_fs generic _supported_os Linux _require_scratch +_require_xfs_io_fiemap _scratch_mkfs > /dev/null 2>&1 _scratch_mount > /dev/null 2>&1 -- 1.8.5.1 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs