mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove stale XXX comment.
This commit is contained in:
parent
00e731601d
commit
87484be35f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94637
@ -86,7 +86,6 @@ pfs_visible(struct thread *td, struct pfs_node *pn, pid_t pid)
|
||||
if (pid != NO_PID) {
|
||||
if ((proc = pfind(pid)) == NULL)
|
||||
PFS_RETURN (0);
|
||||
/* XXX should lock td->td_proc? */
|
||||
if (p_cansee(td->td_proc, proc) != 0 ||
|
||||
(pn->pn_vis != NULL && !(pn->pn_vis)(td, proc, pn)))
|
||||
r = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user