]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rearrange the code so that it checks whether the file is something
authortruckman <truckman@FreeBSD.org>
Wed, 10 Jul 2002 06:31:35 +0000 (06:31 +0000)
committertruckman <truckman@FreeBSD.org>
Wed, 10 Jul 2002 06:31:35 +0000 (06:31 +0000)
commit69db9157a1ee493092695e831e76589da3058af6
tree50f76dfec12efdd4cc321a48a1290670cf92ac09
parentbc0fd33965e54aa0fe4d5a89c266629a43dce59e
Rearrange the code so that it checks whether the file is something
valid to write a core dump to before doing the preparations to actually
write to the file.

Call VOP_GETATTR() before dropping the initial vnode lock.
sys/kern/kern_sig.c