Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262797AbVDARS5 (ORCPT ); Fri, 1 Apr 2005 12:18:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262814AbVDARS5 (ORCPT ); Fri, 1 Apr 2005 12:18:57 -0500 Received: from web25603.mail.ukl.yahoo.com ([217.12.10.162]:20558 "HELO web25603.mail.ukl.yahoo.com") by vger.kernel.org with SMTP id S262797AbVDARS4 (ORCPT ); Fri, 1 Apr 2005 12:18:56 -0500 Message-ID: <20050401171852.36514.qmail@web25603.mail.ukl.yahoo.com> Date: Fri, 1 Apr 2005 19:18:52 +0200 (CEST) From: Uwe Zybell Subject: fs/partitions/msdos.c, scripts/packages/Makefile To: lkml MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 26 First things first: Pls CC me, I'm not subscribed. There is a line in fs/partitions/msdos.c that lets extended partitions be max 1k (..."==1 ? 1 : 2"...). The comment explains it to protect sysadmins from themselves. But /dev/hda isn't similarly protected. That is because it would prohibit other uses. But now I have found a legitimate use for extended partitions in their full length. Emulation. Please remove this, or make it a config option. Next problem: make O=... ...-pkg doesn't work. Reason: In scripts/packages/Makefile all -pkg target call $(MAKE) but from $(obj). This line(s) must be augmented with "-f $(srcdir)/Makefile". I don't know if $(srcdir) must be conditional on O. ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de - 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/