summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/swscanf.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-04-16 23:47:19 +0000
committerdas <das@FreeBSD.org>2005-04-16 23:47:19 +0000
commit839fea181db8f168bf31c40cdc7996b8aa2a2228 (patch)
tree31342c84b1c18cf3b53dff0fff069431dec9eac4 /lib/libc/stdio/swscanf.c
parent691c2c574b95bbbcc8872b75cd7b245e98f699bf (diff)
downloadFreeBSD-src-839fea181db8f168bf31c40cdc7996b8aa2a2228.zip
FreeBSD-src-839fea181db8f168bf31c40cdc7996b8aa2a2228.tar.gz
Disable negative name caching for msdosfs to work around a bug.
Since the name cache is case-sensitive and msdosfs isn't, creating a file 'foo' won't invalidate a negative entry for 'FOO'. There are similar problems related to 8.3 filenames. A better solution is to override VOP_LOOKUP with a method that canonicalizes the name, then calls vfs_cache_lookup(). Unfortunately, it's not quite that simple because vfs_cache_lookup() will call msdosfs_lookup() on a cache miss, and msdosfs_lookup() needs a way to get at the original component name.
Diffstat (limited to 'lib/libc/stdio/swscanf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud