[PATCH] modprobe blacklist support
Natanael Copa
natanael.copa at gmail.com
Sun May 18 23:55:18 PDT 2008
On Sun, 2008-05-18 at 16:37 +0200, Denys Vlasenko wrote:
> On Saturday 17 May 2008 10:07, Natanael Copa wrote:
> int m_isalias : 1; /* the module is an alias */
> - int m_reserved : 15; /* stuffin' */
> + int m_isblacklisted : 1; /* the module is an alias */
> + int m_reserved : 14; /* stuffin' */
>
> The comment is wrong, I removed it.
copy/paste mistake.
>
> Applied, thanks.
thanks!
-nc
More information about the busybox
mailing list