Date: Wed, 20 Jan 2010 03:40:43 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c Message-ID: <201001200341.o0K3f8oY072338@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
np 2010-01-20 03:40:43 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_main.c Log: SVN rev 202671 on 2010-01-20 03:40:43Z by np Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6 layers with non-sleepable locks held. Don't (potentially) sleep in those situations. Revision Changes Path 1.49 +0 -1 src/sys/dev/cxgb/cxgb_adapter.h 1.97 +139 -138 src/sys/dev/cxgb/cxgb_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001200341.o0K3f8oY072338>