From: Rusty Russell Date: Mon, 16 Sep 2013 20:18:51 +0000 (+0930) Subject: module: remove rmmod --wait option. X-Git-Tag: v3.13-rc1~83^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2b9c9cdf38;p=pandora-kernel.git module: remove rmmod --wait option. The option to wait for a module reference count to reach zero was in the initial module implementation, but it was never supported in modprobe (you had to use rmmod --wait). After discussion with Lucas, It has been deprecated (with a 10 second sleep) in kmod for the last year. This finally removes it: the flag will evoke a printk warning and a normal (non-blocking) remove attempt. Cc: Lucas De Marchi Signed-off-by: Rusty Russell --- Reading git-diff-tree failed