]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Apply the same fix to a potential race in the ISDOTDOT code in
authortruckman <truckman@FreeBSD.org>
Sun, 16 Oct 2005 21:39:29 +0000 (21:39 +0000)
committertruckman <truckman@FreeBSD.org>
Sun, 16 Oct 2005 21:39:29 +0000 (21:39 +0000)
commit199934d64b0cf348cb2f63cbe6d749d249ffdbb0
tree95870005119797db26c620bcb19d213c1d52d3a0
parent48313c9c1a563128b40937f365b46cf89d00ab09
Apply the same fix to a potential race in the ISDOTDOT code in
ext2_lookup() that was used to fix an actual race in ufs_lookup.c:1.78.
This is not currently a hazard, but the bug would be activated by
marking ext2fs as MPSAFE.

Requested by: bde
MFC after: 2 weeks
sys/gnu/fs/ext2fs/ext2_lookup.c