Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266541AbUA3Dlt (ORCPT ); Thu, 29 Jan 2004 22:41:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266542AbUA3Dls (ORCPT ); Thu, 29 Jan 2004 22:41:48 -0500 Received: from mail.parknet.co.jp ([210.171.160.6]:22030 "EHLO mail.parknet.co.jp") by vger.kernel.org with ESMTP id S266541AbUA3Dlr (ORCPT ); Thu, 29 Jan 2004 22:41:47 -0500 To: Frodo Looijaard Cc: "H. Peter Anvin" , linux-kernel@vger.kernel.org, linux-7110-psion@lists.sourceforge.net Subject: Re: PATCH to access old-style FAT fs References: <20040126173949.GA788@frodo.local> <87n0898sah.fsf@devron.myhome.or.jp> <4016B316.4060304@zytor.com> <87ad4987ti.fsf@devron.myhome.or.jp> <20040128115655.GA696@arda.frodo.local> <87y8rr7s5b.fsf@devron.myhome.or.jp> <20040128202443.GA9246@frodo.local> <87bron7ppd.fsf@devron.myhome.or.jp> <20040129223944.GA673@frodo.local> From: OGAWA Hirofumi Date: Fri, 30 Jan 2004 12:40:58 +0900 In-Reply-To: <20040129223944.GA673@frodo.local> Message-ID: <874quehzn9.fsf@ibmpc.myhome.or.jp> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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: 771 Lines: 14 Frodo Looijaard writes: > > The above should "goto EODir;". Likewise, another "contiure" of > > fat_search_long(). > > I am not convinced that the goto is always safe, and I am pretty sure > that it works now (though not as efficient as possible, perhaps), so I > have left that in place for now. But, if there is directory entries after 0, you must not allow access to those entries. Because those invalid entries may have reference to the valid data block. -- OGAWA Hirofumi - 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/