diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 21:45:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 21:45:16 +0000 |
| commit | 5da271f5a615182687b011f938d7e48e5a0687a6 (patch) | |
| tree | ee3a3b4f240fe56cc4ff19c9bea2107b0c4f4df8 | |
| parent | 1ea030d8fe2d106a01908f077bde0ab464aa0a99 (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_sig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index c667d8fc45c5..2d56a10bea62 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1932,6 +1932,8 @@ const char *name; uid_t uid; pid_t pid; { * then it passes on a vnode and a size limit to the process-specific * coredump routine if there is one; if there _is not_ one, it returns * ENOSYS; otherwise it returns the error from the process-specific routine. + * + * XXX: VOP_GETATTR() here requires holding the vnode lock. */ static int |
