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]

Bug in FAT32 filesystem


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.

___________________________________________________ 
 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! 
 http://messenger.yahoo.com.tw/

-- 
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]