Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 29 Mar 2002 03:07:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 29 Mar 2002 03:06:58 -0500 Received: from mailhost.tue.nl ([131.155.2.5]:44020 "EHLO mailhost.tue.nl") by vger.kernel.org with ESMTP id ; Fri, 29 Mar 2002 03:06:52 -0500 Date: Fri, 29 Mar 2002 09:06:37 +0100 From: Guest section DW To: Andrew Morton Cc: Alexander Viro , lkml , Linus Torvalds Subject: Re: [patch] ext2_fill_super breakage Message-ID: <20020329080637.GA5814@win.tue.nl> In-Reply-To: <3CA356AE.2E61F712@zip.com.au> <3CA3B48F.25F9042D@zip.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 28, 2002 at 04:25:51PM -0800, Andrew Morton wrote: > BTW, ext3 keeps a kdev_t on-disk for external journals. A kdev_t is conceptually a struct block_device *. Points to allocated kernel space. Writing such an animal to disk is completely pointless. You want to apply some conversion function first, even when that conversion function may be the identity in the setup where a kdev_t has integral type. And make sure that the resulting integer can hold at least 64 bits. Andries - 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/