summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_fork.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-12-02 11:14:16 +0000
committerkib <kib@FreeBSD.org>2008-12-02 11:14:16 +0000
commitade687809e3b9101f41cc7ab57fee5e8056b7381 (patch)
treed57df84f655910548dc7374f175a80aa821348aa /lib/libthr/thread/thr_fork.c
parent294fd952b08d1539c3c5e977e156c2cb45f0878a (diff)
downloadFreeBSD-src-ade687809e3b9101f41cc7ab57fee5e8056b7381.zip
FreeBSD-src-ade687809e3b9101f41cc7ab57fee5e8056b7381.tar.gz
Shared lookup makes it possible to create several negative cache
entries for one name. Then, creating inode with that name would remove one entry, leaving others dormant. Reclaiming the vnode would uncover negative entries, causing false return of ENOENT from the calls like stat, that do not create inode. Prevent creation of the duplicated negative entries. Reported and debugged with: pho Reviewed by: jhb X-MFC: after shared lookup changes
Diffstat (limited to 'lib/libthr/thread/thr_fork.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud