From: Rusty Russell Date: Sat, 5 Jun 2010 17:17:36 +0000 (-0600) Subject: module: make locking more fine-grained. X-Git-Tag: v2.6.35-rc2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75676500f8298f0ee89db12db97294883c4b768e;p=pandora-kernel.git module: make locking more fine-grained. Kay Sievers reports that we still have some contention over module loading which is slowing boot. Linus also disliked a previous "drop lock and regrab" patch to fix the bne2 "gave up waiting for init of module libcrc32c" message. This is more ambitious: we only grab the lock where we need it. Signed-off-by: Rusty Russell Cc: Brandon Philips Cc: Kay Sievers Cc: Linus Torvalds --- Reading git-diff-tree failed