Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/fs/unionfs/union_subr.c 178485 2008-04-25 09:53:52Z daichi $
---
> * $FreeBSD: head/sys/fs/unionfs/union_subr.c 178491 2008-04-25 11:37:20Z daichi $
417a418
> pid_t pid = td->td_proc->p_pid;
423c424
< if (unsp->uns_tid == td->td_tid) {
---
> if (unsp->uns_pid == pid) {
433c434
< unsp->uns_tid = td->td_tid;
---
> unsp->uns_pid = pid;
444c445
< unionfs_tryrem_node_status(struct unionfs_node *unp, struct thread *td,
---
> unionfs_tryrem_node_status(struct unionfs_node *unp,