diff options
| -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 |
