16 lines
761 B
Plaintext
16 lines
761 B
Plaintext
# $NetBSD: TODO,v 1.2 2000/03/20 07:30:14 jdolecek Exp $
|
|
|
|
- createde(): do cleanup in an error occurs in middle of our work (especially,
|
|
clean the recently added entries)
|
|
- support async mount (handy e.g. on slow medium when extracting lot's
|
|
of small files)
|
|
- the fat cache (see msdosfs_fat.c, denode->de_fc[]) should prolly
|
|
hold _all_ clusters for directories - should speed up repetitive
|
|
scanning through whole directory when extracting an archive
|
|
into msdosfs filesystem (e.g. tar does unlink followed by create
|
|
and both these functions need to scan whole directory to check
|
|
if the file is or isn't there)
|
|
- doing something similar for files is probably not worth the
|
|
efford, because the files are scanned much less frequently
|
|
and might be big
|