From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 5 Dec 2002 14:43:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 5 Dec 2002 14:43:20 -0500 Received: from verein.lst.de ([212.34.181.86]:56082 "EHLO verein.lst.de") by vger.kernel.org with ESMTP id ; Thu, 5 Dec 2002 14:43:19 -0500 Date: Thu, 5 Dec 2002 20:50:47 +0100 From: Christoph Hellwig To: Hugh Dickins Cc: Michael , linux-kernel@vger.kernel.org Subject: Re: Kernel 2.5.47-xfs[cvs] Oops when mounting ISO image. Message-ID: <20021205205047.A29552@lst.de> Mail-Followup-To: Christoph Hellwig , Hugh Dickins , Michael , linux-kernel@vger.kernel.org References: <20021205132649.5be6fded.soppscum@online.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from hugh@veritas.com on Thu, Dec 05, 2002 at 01:36:27PM +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 05, 2002 at 01:36:27PM +0000, Hugh Dickins wrote: > If your xfs[cvs] resembles the xfs source in 2.5.50-mm1, then it looks > to me like fs/xfs/linux has a .sendfile = linvfs_sendfile in xfs_file.c > (which assures the loop driver it can loop this file for reading), but > lacks a .vop_ioctl = xfs_sendfile (and its extern) in xfs_vnodeops.c. > > But I've not delved into XFS, for all I know that code may not be ready > to use yet: Christoph can say. And to get further with the 2.5.47 loop, > you'll also need this patch (in 2.5.48): It's fixed now.