Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: jdolecek
Date: Fri Nov 5 16:49:17 UTC 1999
Modified Files:
syssrc/sys/msdosfs: msdosfs_lookup.c
Log Message:
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@localhost>.
Tested by: jdolecek
Reviewed by: Wolfgang Solfrank
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/msdosfs/msdosfs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index