All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.39-bk2 compile failure with CONFIG_XFS_FS=y
@ 2002-09-30 15:50 Steven Cole
  2002-09-30 23:46 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Cole @ 2002-09-30 15:50 UTC (permalink / raw)
  To: Linux Kernel

I got the following compile error building 2.5.39-bk2 with CONFIG_XFS_FS=y:

fs/xfs/pagebuf/page_buf.c: In function `pagebuf_queue_task':
fs/xfs/pagebuf/page_buf.c:1164: warning: implicit declaration of function `queue_task'
fs/xfs/pagebuf/page_buf.c: In function `pagebuf_iodone_daemon':
fs/xfs/pagebuf/page_buf.c:1709: warning: implicit declaration of function `TQ_ACTIVE'
fs/xfs/pagebuf/page_buf.c:1714: warning: implicit declaration of function `run_task_queue'
[snip]
fs/built-in.o: In function `pagebuf_queue_task':
fs/built-in.o(.text+0xcdee5): undefined reference to `queue_task'
fs/built-in.o: In function `pagebuf_iodone':
fs/built-in.o(.text+0xcdfb4): undefined reference to `queue_task'
fs/built-in.o: In function `pagebuf_iodone_daemon':
fs/built-in.o(.text+0xcea90): undefined reference to `TQ_ACTIVE'
fs/built-in.o(.text+0xceab6): undefined reference to `run_task_queue'
make: *** [.tmp_vmlinux] Error 1

Without CONFIG_XFS_FS=y or m, 2.5.39-bk2 compiles fine.
Plain vanilla 2.5.39 builds with CONFIG_XFS_FS=m.

Steven



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

end of thread, other threads:[~2002-09-30 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-30 15:50 2.5.39-bk2 compile failure with CONFIG_XFS_FS=y Steven Cole
2002-09-30 23:46 ` Christoph Hellwig
2002-09-30 17:01   ` Steven Cole

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.