Received: by oss.sgi.com id ; Fri, 23 Feb 2001 13:57:49 -0800 Received: from esparrall.udg.es ([130.206.124.16]:65152 "EHLO esparrall.udg.es") by oss.sgi.com with ESMTP id ; Fri, 23 Feb 2001 13:57:37 -0800 Received: from gcs by esparrall.udg.es with local (Exim 3.22 #1 (Debian)) id 14WQOX-0000Et-00 for ; Fri, 23 Feb 2001 23:08:57 +0100 Date: Fri, 23 Feb 2001 23:08:57 +0100 From: GCS To: linux-xfs@oss.sgi.com Subject: Kernel 2.4.2 support Message-ID: <20010223230857.A871@esparrall.udg.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing Hello, As there were some bugs in the kernel which can cause filesystem corruption, will you release a patch for 2.4.2? I have tried to modify the patch (0206) and integrate it into version 2.4.2. Virtualy I succeded, but when I tried to boot with the new kernel, the kernel crashed, somewhere in fs/partition/check.c if (hd->de_arr) de = hd->de_arr[MINOR(dev) >> hd->minor_shift]; # I think this is the function: i = devfs_generate_path (de, buf, sizeof buf); if (i >= 0) printk(KERN_INFO " /dev/%s:", buf + i); else printk(KERN_INFO " %s:", disk_name(hd, MINOR(dev), buf)); Thanks your reply in advance, Laszlo Boszormenyi