From owner-freebsd-emulation@FreeBSD.ORG Fri May 4 07:04:14 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C40B216A400 for ; Fri, 4 May 2007 07:04:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 84CA313C459 for ; Fri, 4 May 2007 07:04:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so794740ana for ; Fri, 04 May 2007 00:04:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jNuW1vGIfSVj7mEyR/gksLtmsqNfzc+VwbhBo1ZtOJe6H3lO13i2KOPRTDBmWHu0gTWfdzGvo2rlxSKMDeltLdbr1dw6z+1Cz8UcG2M/rSfdpkXsnSHMm4EbkgE/1icbzJYfAqtCK8rTBSXcCRhInm3Z0hBNxb30hl6SYa9yUdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JiD/QJlS+dHCFeQL85XnqsrJWXCOiFVkLjXVbibsXzH0c2qQ7e3LlCP0NmO/9l80LtEMv4fKVjyHLDosUnEb6ZgRH8tksTqqJQYJdk00q7XCrvarObMlQXP+sM13oEYTdZtD3d6H3NnBmC8xBKry0A30BHC+kyd6Lammfn23pXg= Received: by 10.100.107.2 with SMTP id f2mr2416715anc.1178262254037; Fri, 04 May 2007 00:04:14 -0700 (PDT) Received: by 10.100.141.14 with HTTP; Fri, 4 May 2007 00:04:13 -0700 (PDT) Message-ID: <790a9fff0705040004oab16ed8q1a1c476386379ea9@mail.gmail.com> Date: Fri, 4 May 2007 02:04:13 -0500 From: "Scot Hetzel" To: emulation@freebsd.org In-Reply-To: <790a9fff0705021345j2ad9ae98o56aaf357d556fe27@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0705021345j2ad9ae98o56aaf357d556fe27@mail.gmail.com> Cc: Subject: Re: linuxolator: LTP lseek03 failure X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 07:04:14 -0000 On 5/2/07, Scot Hetzel wrote: > I have investigated the new LTP test failure for lseek03, and the > first test sets whence to 4 (SEEK_HOLE): > > test 1 lseek(tfile_1554, 1, 4) Failed, errno=25 Inappropriate ioctl > for device, expected 22(EINVAL) > Looking thru -CURRENT, I found that SEEK_HOLE and SEEK_DATA were added to lseek (sys/kern/vfs_syscalls.c 1.437) on April 5th, 2007 by pjd as a requirement for the ZFS implementation. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.