public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o:  block_flushpage
@ 2002-05-01  7:02 Miles Lane
  2002-05-01  7:21 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Miles Lane @ 2002-05-01  7:02 UTC (permalink / raw)
  To: LKML

depmod: *** Unresolved symbols in /lib/modules/2.5.12/kernel/fs/jfs/jfs.o
depmod:         block_flushpage

CONFIG_IDE=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y

#
# ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDESCSI=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y

CONFIG_JFS_FS=m
CONFIG_JFS_DEBUG=y
CONFIG_JFS_STATISTICS=y



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

* Re: 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o:  block_flushpage
  2002-05-01  7:02 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o: block_flushpage Miles Lane
@ 2002-05-01  7:21 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2002-05-01  7:21 UTC (permalink / raw)
  To: Miles Lane; +Cc: LKML, Linus Torvalds

Miles Lane wrote:
> 
> depmod: *** Unresolved symbols in /lib/modules/2.5.12/kernel/fs/jfs/jfs.o
> depmod:         block_flushpage
> 

block_flushpage() used to be a macro which pointed at the
exported discard_bh_page().  I turned block_flushpage() into
a real function but forgot the export.

--- linux-2.5.12/fs/buffer.c	Tue Apr 30 17:56:30 2002
+++ 25/fs/buffer.c	Wed May  1 00:19:10 2002
@@ -1231,6 +1231,7 @@ int block_flushpage(struct page *page, u
 
 	return 1;
 }
+EXPORT_SYMBOL(block_flushpage);
 
 /*
  * We attach and possibly dirty the buffers atomically wrt


-

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

end of thread, other threads:[~2002-05-01  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-01  7:02 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o: block_flushpage Miles Lane
2002-05-01  7:21 ` Andrew Morton

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