Date: Thu, 7 Oct 2010 08:36:02 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c Message-ID: <201010070836.o978aHNL099536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-10-07 08:36:02 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
SVN rev 213508 on 2010-10-07 08:36:02Z by kib
The msdosfs lookup is case insensitive. Several aliases may be inserted for
a single directory entry. As a consequnce, name cache purge done by lookup
for fvp when DELETE op for namei is specified, might be not enough to
expunge all namecache entries that were installed for this direntry.
Explicitely call cache_purge(fvp) when msdosfs_rename() succeeded.
PR: kern/93634
MFC after: 1 week
Revision Changes Path
1.200 +1 -0 src/sys/fs/msdosfs/msdosfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010070836.o978aHNL099536>
