Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/netsmb/smb_conn.h 78208 2001-06-14 11:05:01Z bp $
---
> * $FreeBSD: head/sys/netsmb/smb_conn.h 87192 2001-12-02 08:47:29Z bp $
265d264
< struct smb_cred*vc_scred; /* used in reconnect procedure */
298d296
< struct smb_cred *ss_cred; /* used in reconnect procedure */
357c355
< void smb_co_ref(struct smb_connobj *cp, struct proc *p);
---
> void smb_co_ref(struct smb_connobj *cp);
361,362c359,360
< int smb_co_lock(struct smb_connobj *cp, int flags, struct proc *p);
< void smb_co_unlock(struct smb_connobj *cp, int flags, struct proc *p);
---
> int smb_co_lock(struct smb_connobj *cp, int flags, struct thread *td);
> void smb_co_unlock(struct smb_connobj *cp, int flags, struct thread *td);
373c371
< void smb_vc_ref(struct smb_vc *vcp, struct proc *p);
---
> void smb_vc_ref(struct smb_vc *vcp);
375,376c373,374
< int smb_vc_lock(struct smb_vc *vcp, int flags, struct proc *p);
< void smb_vc_unlock(struct smb_vc *vcp, int flags, struct proc *p);
---
> int smb_vc_lock(struct smb_vc *vcp, int flags, struct thread *td);
> void smb_vc_unlock(struct smb_vc *vcp, int flags, struct thread *td);
388c386
< void smb_share_ref(struct smb_share *ssp, struct proc *p);
---
> void smb_share_ref(struct smb_share *ssp);
392,393c390,391
< int smb_share_lock(struct smb_share *ssp, int flags, struct proc *p);
< void smb_share_unlock(struct smb_share *ssp, int flags, struct proc *p);
---
> int smb_share_lock(struct smb_share *ssp, int flags, struct thread *td);
> void smb_share_unlock(struct smb_share *ssp, int flags, struct thread *td);
444a443
> struct thread * iod_td;