public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* __check_region in ide code?
@ 2003-06-06  7:34 Rusty Russell
  2003-06-06  8:56 ` Bartlomiej Zolnierkiewicz
  2003-06-06 11:31 ` William Lee Irwin III
  0 siblings, 2 replies; 5+ messages in thread
From: Rusty Russell @ 2003-06-06  7:34 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel

Hi Bart,

	I notice that drivers/ide/ide-probe.c's hwif_check_region()
still uses check_region().  If it really does want to use it to probe
and not reserve, I think we should stop it warning there.

	There's nothing inherently *wrong* with check_region, it's
just deprecated to trap the old (now racy) idiom of "if
(check_region(xx)) reserve_region(xx)".  There's no reason not to
introduce a probe_region if IDE really wants it.

Of course, some people will start "fixing" drivers by
s/check_region/probe_region/ when we do this, but that's the risk we
take.

It should also allow us to easily get rid of that stupid warning in
ksyms.c...

Thoughts?
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-06-06 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-06  7:34 __check_region in ide code? Rusty Russell
2003-06-06  8:56 ` Bartlomiej Zolnierkiewicz
2003-06-06 15:23   ` Alan Cox
2003-06-06 16:09     ` Bartlomiej Zolnierkiewicz
2003-06-06 11:31 ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox