Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Dec 2001 19:51:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Dec 2001 19:51:37 -0500 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:1462 "EHLO fgwmail5.fujitsu.co.jp") by vger.kernel.org with ESMTP id ; Tue, 11 Dec 2001 19:51:26 -0500 Date: Wed, 12 Dec 2001 09:51:22 +0900 Message-ID: From: Tachino Nobuhiro To: Linus Torvalds Cc: Tachino Nobuhiro , GOTO Masanori , , , Subject: Re: [PATCH] direct IO breaks root filesystem In-Reply-To: In-Reply-To: User-Agent: Wanderlust/2.7.6 (Too Funky) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.1 (i586-kondara-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 11 Dec 2001 16:34:15 -0800 (PST), Linus Torvalds wrote: > > > 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. > OK. But my patch fixes another bug. Current /dev/ram* does not return -ENOSPC at the end of device size because generic_file_write() also checks whether mapping->host is a block device. So I think the patch is required. - 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/