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 relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p121QQK6256950 for ; Tue, 1 Feb 2011 19:26:26 -0600 Received: from cf--amer001e--3.americas.sgi.com (cf--amer001e--3.americas.sgi.com [137.38.100.5]) by relay3.corp.sgi.com (Postfix) with ESMTP id 2C336AC00E; Tue, 1 Feb 2011 17:28:51 -0800 (PST) Received: from [127.0.0.1] ([128.162.232.50]) by cf--amer001e--3.americas.sgi.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Feb 2011 19:28:51 -0600 Subject: Re: [PATCH 1/4] xfstests: add simple splice test From: Alex Elder Reply-To: aelder@sgi.com To: Dave Chinner Cc: xfs@oss.sgi.com In-Reply-To: <1295927937-20634-2-git-send-email-david@fromorbit.com> References: <1295927937-20634-1-git-send-email-david@fromorbit.com> <1295927937-20634-2-git-send-email-david@fromorbit.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Feb 2011 19:28:50 -0600 Message-ID: <1296610130.2350.155.camel@doink> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Feb 2011 01:28:51.0556 (UTC) FILETIME=[8C47A240:01CBC278] X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean On Tue, 2011-01-25 at 14:58 +1100, Dave Chinner wrote: > From: Dave Chinner > > We don't have any coverage of the splice functionality provided by > the kernel in xfstests. Add a simple test that uses the sendfile > operation built into xfs_io to copy a file ensure we at least > execute the code path in xfstests. > > Signed-off-by: Dave Chinner Looks good. Reviewed-by: Alex Elder