All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iomap: iomap should be in obj-y not in lib-y
@ 2007-01-31 13:48 Tejun Heo
  2007-01-31 15:10 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Tejun Heo @ 2007-01-31 13:48 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide

devres change moved iomap.o from obj-$(CONFIG_GENERIC_IOMAP) to lib-y
making it not linked if no in-kernel driver uses it.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>

diff --git a/lib/Makefile b/lib/Makefile
index 29b2e99..3b605da 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -5,14 +5,14 @@
 lib-y := ctype.o string.o vsprintf.o cmdline.o \
 	 bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \
 	 idr.o div64.o int_sqrt.o bitmap.o extable.o prio_tree.o \
-	 sha1.o irq_regs.o reciprocal_div.o iomap.o
+	 sha1.o irq_regs.o reciprocal_div.o
 
 lib-$(CONFIG_MMU) += ioremap.o
 lib-$(CONFIG_SMP) += cpumask.o
 
 lib-y	+= kobject.o kref.o kobject_uevent.o klist.o
 
-obj-y += sort.o parser.o halfmd4.o debug_locks.o random32.o
+obj-y += sort.o parser.o halfmd4.o debug_locks.o random32.o iomap.o
 
 ifeq ($(CONFIG_DEBUG_KOBJECT),y)
 CFLAGS_kobject.o += -DDEBUG

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

* Re: [PATCH] iomap: iomap should be in obj-y not in lib-y
  2007-01-31 13:48 [PATCH] iomap: iomap should be in obj-y not in lib-y Tejun Heo
@ 2007-01-31 15:10 ` Jeff Garzik
  2007-01-31 17:23   ` Tejun Heo
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2007-01-31 15:10 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Tejun Heo wrote:
> devres change moved iomap.o from obj-$(CONFIG_GENERIC_IOMAP) to lib-y
> making it not linked if no in-kernel driver uses it.  Fix it.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>

applied

BTW can you update your scripts to email jeff@garzik.org ?  That's the 
primary email address I signoff with, etc.

jgarzik@pobox.com will continue to work for all eternity, but it makes 
Mozilla Thunderbird stupidly add an unneeded CC.

	Jeff




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

* Re: [PATCH] iomap: iomap should be in obj-y not in lib-y
  2007-01-31 15:10 ` Jeff Garzik
@ 2007-01-31 17:23   ` Tejun Heo
  2007-01-31 17:35     ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Tejun Heo @ 2007-01-31 17:23 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide

Jeff Garzik wrote:
> Tejun Heo wrote:
>> devres change moved iomap.o from obj-$(CONFIG_GENERIC_IOMAP) to lib-y
>> making it not linked if no in-kernel driver uses it.  Fix it.
>>
>> Signed-off-by: Tejun Heo <htejun@gmail.com>
> 
> applied
> 
> BTW can you update your scripts to email jeff@garzik.org ?  That's the
> primary email address I signoff with, etc.

Okay, done.

> jgarzik@pobox.com will continue to work for all eternity, but it makes
> Mozilla Thunderbird stupidly add an unneeded CC.

Also, you can avoid that by configuring aliases to the thunderbird
account.  It's in account setting -> Manage Identities.  Thungerbird is
pretty neat.  :-)

-- 
tejun

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

* Re: [PATCH] iomap: iomap should be in obj-y not in lib-y
  2007-01-31 17:23   ` Tejun Heo
@ 2007-01-31 17:35     ` Jeff Garzik
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-01-31 17:35 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Tejun Heo wrote:
> Also, you can avoid that by configuring aliases to the thunderbird
> account.  It's in account setting -> Manage Identities.  Thungerbird is
> pretty neat.  :-)

Already done that, it doesn't seem to work :/

If you ever see JGarzik@DunveganMedia.com in a From line, that's 
Thunderbird screwing up and I didn't catch it.

	Jeff



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

end of thread, other threads:[~2007-01-31 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-31 13:48 [PATCH] iomap: iomap should be in obj-y not in lib-y Tejun Heo
2007-01-31 15:10 ` Jeff Garzik
2007-01-31 17:23   ` Tejun Heo
2007-01-31 17:35     ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.