diskfs / go-diskfs

MIT License
494 stars 112 forks source link

Make fat32 ReadDir not return special volume label #241

Closed quite closed 1 month ago

quite commented 1 month ago

Fixes https://github.com/diskfs/go-diskfs/issues/239

deitch commented 1 month ago

242 fixes the tests issue, it has been merged in. Rebase on master and try again.

quite commented 1 month ago

Can we simplify this?

Of course. I took the middle way both keeping prealloc and looping only once. But it's surely premature optimization. Will fix.

quite commented 1 month ago

Done.

deitch commented 1 month ago

Thanks!