]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a possible race where the directory dirent is moved to the location
authorKevin Lo <kevlo@FreeBSD.org>
Mon, 18 Oct 2010 03:34:33 +0000 (03:34 +0000)
committerKevin Lo <kevlo@FreeBSD.org>
Mon, 18 Oct 2010 03:34:33 +0000 (03:34 +0000)
commit4bc8fad7bd4487fd3b13111886dd107f987fe4ee
tree33bedef60453c0a39877aabfffd6707498c51509
parent34c9624e2d13d86eb88f93037d6937ccafbec05b
Fix a possible race where the directory dirent is moved to the location
that was used by ".." entry.
This change seems fixed panic during attempt to access msdosfs data
over nfs.

Reviewed by: kib
MFC after: 1 week
sys/fs/msdosfs/msdosfs_lookup.c