jdolecek
ead528ba12
msdosfs_lookup(): initialize denode's de_fndcnt properly even for
"found" case. This information is important for msdosfs_rename(), when the target filename is "long" and the file exists - it gets unlinked and the entries are re-used, but if de_fndcnt was left zero, createde() thinks there are no entries to store the long filename of moved file and long filename is "lost". Fixes PR #5468 by Dave Huang <khym@bga.com>. Tested by: jdolecek Reviewed by: Wolfgang Solfrank
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%