From: Paulo Marques <pmarques@grupopie.com>
To: tyler@agat.net
Cc: Greg KH <gregkh@suse.de>,
rusty@rustcorp.com.au, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Kmod optimization
Date: Thu, 13 Apr 2006 20:10:35 +0100 [thread overview]
Message-ID: <443EA22B.2090105@grupopie.com> (raw)
In-Reply-To: <20060413183617.GB10910@Starbuck>
tyler@agat.net wrote:
>
> +/* Test if a module is loaded : must hold module_mutex */
> +inline int is_loaded(const char *module_name)
> +{
> + struct module *mod = find_module(module_name);
> +
> + if (!mod)
> + return 1;
FWIW, this logic seems reversed....
--
Paulo Marques - www.grupopie.com
Pointy-Haired Boss: I don't see anything that could stand in our way.
Dilbert: Sanity? Reality? The laws of physics?
next prev parent reply other threads:[~2006-04-13 19:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-13 18:03 [PATCH] Kmod optimization tyler
2006-04-13 18:19 ` Randy.Dunlap
2006-04-13 18:57 ` Jan Engelhardt
2006-04-13 18:24 ` Greg KH
2006-04-13 18:36 ` tyler
2006-04-13 18:50 ` Greg KH
2006-04-13 19:04 ` tyler
2006-04-13 22:53 ` Roman Zippel
2006-04-13 23:13 ` Greg KH
2006-04-14 10:57 ` tyler
2006-04-13 19:10 ` Paulo Marques [this message]
2006-04-13 19:17 ` tyler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=443EA22B.2090105@grupopie.com \
--to=pmarques@grupopie.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=tyler@agat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox