]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6
authornp <np@FreeBSD.org>
Wed, 20 Jan 2010 03:40:43 +0000 (03:40 +0000)
committernp <np@FreeBSD.org>
Wed, 20 Jan 2010 03:40:43 +0000 (03:40 +0000)
commit63e657497ca1aa33873910e8ce0feb3d2defa2f2
tree1628881d77abe4addc991e8518eb699ace83a406
parentbf268284cce6c4d1d3fbd8d52be2340ef8d83629
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.
sys/dev/cxgb/cxgb_adapter.h
sys/dev/cxgb/cxgb_main.c