This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in FAT32 filesystem


On Thu, Jan 25, 2007 at 01:31:21PM +0800, ?????W wrote:
> Hi,All
>      I found a bug in FAT16/32 Filesystem. When I
> delete file in FAT32, it seems not work correctly. In
> the function called "fatfs_delete_file", the start
> cluster for "free_cluster_chain" should not be the
> "raw_dentry.cluster", it should be
> "(raw_dentry.cluster | raw_dentry.cluster_HI << 16)"
> for FAT32.

Please could you produce a real patch to fix the bug. It then make it
very clear what you are talking about. At the moment i don't really
understand what you are talking about without spending a lot of time
searching the code.

          Thanks
                Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]