Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Dec 2001 19:35:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Dec 2001 19:35:08 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:10253 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 11 Dec 2001 19:35:01 -0500 Date: Tue, 11 Dec 2001 16:34:15 -0800 (PST) From: Linus Torvalds To: Tachino Nobuhiro cc: GOTO Masanori , , , Subject: Re: [PATCH] direct IO breaks root filesystem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Dec 2001, Tachino Nobuhiro wrote: > > Your patch will break Goto's fix because mapping->host does not have > correct i_mode. Note that Goto's fix really is quite _fundamentally_ broken. Don't use it. As explained in another email, you really should use the set-block-size ioctl to set the correct blocksize for the device you are using. That should work fine once the correct inode is used by the direct_io code.. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/