Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 00:09:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 00:09:03 -0400 Received: from 24-168-145-62.nj.rr.com ([24.168.145.62]:55348 "HELO larvalstage.com") by vger.kernel.org with SMTP id ; Tue, 13 Aug 2002 00:09:02 -0400 Date: Tue, 13 Aug 2002 00:20:00 -0400 (EDT) From: John Kim To: linux-kernel@vger.kernel.org Cc: drew@colorado.edu Subject: devfs compile breaks on 2.4.20-pre2 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 Content-Length: 743 Lines: 20 devfs is seems to be broken for 2.4.20-pre2 because include/linux/genhd.h has been modified from 2.4.20-pre1. I see that 'number' member has been removed from hd_struct in include/linux/genhd.h. Functions devfs_register_disc and devfs_register_partitions in fs/partitions/check.c is still expecting "number" it to be there. Unfortunately I don't know enough about devfs (or kernel in general) to fix this. My apologies if this mailing list wrong place to report problems like this. John Kim - 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/