From: Scott Wood Date: Fri, 15 Feb 2008 21:08:04 +0000 (-0600) Subject: fs_enet: Don't call phy_mii_ioctl() in atomic context. X-Git-Tag: v2.6.25-rc4~148^2~41^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd3670f31f1c58f500e55c4cdbc243fb4b2e3df;p=pandora-kernel.git fs_enet: Don't call phy_mii_ioctl() in atomic context. The lock acquisition in fs_ioctl() does not appear to actually be necessary, and thus is simply removed. Signed-off-by: Scott Wood Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed