K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2005-09-02T03:52:28.000000Z K 7 svn:log V 399 MFC 1.29, 1.30: 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 Approved by: re (scottl) END