]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Document that when we are addressing an open()/close() race, the reason
authorrwatson <rwatson@FreeBSD.org>
Wed, 24 Dec 2003 17:13:01 +0000 (17:13 +0000)
committerrwatson <rwatson@FreeBSD.org>
Wed, 24 Dec 2003 17:13:01 +0000 (17:13 +0000)
commitfc37f21a156939a16090d443be9db2078727ab3e
tree808e9a086576a944869fbd954ae7353ce3b9c763
parent912d84fa39ca176c72b4a298434a9608a5b24a36
Document that when we are addressing an open()/close() race, the reason
we call vn_close() manually rather than letting fdrop() take care of it
is that we haven't yet hooked up the various 'struct file' fields.
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c