[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1012131211001.17382@zuben.voltaire.com>
Date: Mon, 13 Dec 2010 12:17:16 +0200
From: Or Gerlitz <ogerlitz@...taire.com>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
CC: Roland Dreier <rdreier@...co.com>, <netdev@...r.kernel.org>
Subject: correct include file for restart_syscall
Hi,
commit 26574401fef6766f6c3ca25b5c13febe662d2a32 "net: Fix ipoib rtnl_lock
sysfs deadlock" modified some flows doing rtnl_lock calls to use rtnl_trylock
/ restart_syscall, etc. It turned out that restart_syscall was included in
ipoib through linux/inet_lro.h which is an include I'd like to remove...
Is including linux/sched.h being the right thing to do? I wasn't sure as
this call is very rare, in network drivers its called only by ipoib and
bonding and it looks like bonding includes it indirectly.
Or.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists