Date: Sat, 27 Aug 2005 14:44:11 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c Message-ID: <200508271444.j7REiBVT059906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2005-08-27 14:44:11 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c
Log:
Rewrite linux_ifconf() to be more like ifconf() in net/if.c
so that we do not call uiomove() while IFNET_RLOCK() is held.
This eliminates the witness warning:
Calling uiomove() with the following non-sleepable locks held:
exclusive sleep mutex ifnet r = 0 (0xc096dd60) locked @
/usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2170
MFC after: 2 days
Revision Changes Path
1.129 +39 -25 src/sys/compat/linux/linux_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508271444.j7REiBVT059906>
