cvs commit: src/sys/netsmb smb_conn.c

2008-05-16 Thread Attilio Rao
attilio 2008-05-16 19:44:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netsmb smb_conn.c Log: MFC ver. 1.20: Currently, smb_co_init() uses the same lock name for the mutex interlock and the lockmgr. Use different names in order to avoid

cvs commit: src/sys/netsmb smb_conn.c

2008-02-24 Thread Attilio Rao
attilio 2008-02-24 16:26:52 UTC FreeBSD src repository Modified files: sys/netsmb smb_conn.c Log: Currently, smb_co_init() uses the same lock name for the mutex interlock and the lockmgr. Use different names in order to avoid WITNESS conflicts. Reported by:Br

cvs commit: src/sys/netsmb smb_conn.c

2006-07-17 Thread John Baldwin
jhb 2006-07-17 16:12:59 UTC FreeBSD src repository Modified files: sys/netsmb smb_conn.c Log: Always lock the lockmgr lock when creating an smb connection object rather than only locking it if INVARIANTS is enabled. All the callers expect smb_co_init() to retur