This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Fri Apr 26 21:31:29 2024 Delivery-date: Wed, 29 Mar 2006 17:06:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750777AbWC2PFz (ORCPT ); Wed, 29 Mar 2006 10:05:55 -0500 Received: from spirit.analogic.com ([204.178.40.4]:2820 "EHLO spirit.analogic.com") by vger.kernel.org with ESMTP id S1750791AbWC2PFy convert rfc822-to-8bit (ORCPT ); Wed, 29 Mar 2006 10:05:54 -0500 Received: from chaos.analogic.com ([10.112.50.11]) by phoenix.analogic.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 29 Mar 2006 10:05:51 -0500 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Received: from chaos.analogic.com (localhost [127.0.0.1]) by chaos.analogic.com (8.12.11/8.12.11) with ESMTP id k2TF5pqi027952; Wed, 29 Mar 2006 10:05:51 -0500 Received: (from linux-os@localhost) by chaos.analogic.com (8.12.11/8.12.11/Submit) id k2TF5pHR027951; Wed, 29 Mar 2006 10:05:51 -0500 In-Reply-To: <000701c65340$d9736ab0$b600a8c0@cortex> X-OriginalArrivalTime: 29 Mar 2006 15:05:51.0388 (UTC) FILETIME=[44CD25C0:01C65342] content-class: urn:content-classes:message Subject: Re: [PATCH] fat: kill reserved names Date: Wed, 29 Mar 2006 10:05:51 -0500 Message-Id: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] fat: kill reserved names Thread-Index: AcZTQkTpUnj/RHBGRBm40yG81Prl4A== References: <000701c65340$d9736ab0$b600a8c0@cortex> From: "linux-os \(Dick Johnson\)" To: "Paul Rolland" Cc: "OGAWA Hirofumi" , "Andrew Morton" , Reply-To: "linux-os \(Dick Johnson\)" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Mar 2006, Paul Rolland wrote: > Hello, > >> Since these names on old MSDOS is used as device, so, current fat >> driver doesn't allow a user to create those names. But many OSes and >> even Windows can create those names actually, now. >> >> This patch removes the reserved name check. >> >> -/* MS-DOS "device special files" */ >> -static const unsigned char *reserved_names[] = { >> - "CON ", "PRN ", "NUL ", "AUX ", >> - "LPT1 ", "LPT2 ", "LPT3 ", "LPT4 ", >> - "COM1 ", "COM2 ", "COM3 ", "COM4 ", >> - NULL > > Please don't : > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > D:\>mkdir LPT1 > The directory name is invalid. > > Windows doesn't want these !!! > > Regards, > Paul Well somebody else showed that it's the API that doesn't want those, not the file-system. So, if you have a file called AUX and you click on it, it will hang the machine until you Ctrl-Alr-Del to the Task manager and kill the task. This is supposed to be okay. Cheers, Dick Johnson Penguin : Linux version 2.6.15.4 on an i686 machine (5589.42 BogoMips). Warning : 98.36% of all statistics are fiction, book release in April. _  **************************************************************** The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. - 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/