Displaying 2 results from an estimated 2 matches for "buffer_trace2".
Did you mean:
buffer_trace
2001 Jun 10
1
compile error ext3-2.4-0.0.6 on
...rs/usb/usbdrv.o \
net/network.o \
/usr/src/linux-2.4.5/arch/i386/lib/lib.a
/usr/src/linux-2.4.5/lib/lib.a /usr/src/linux-2.4.5/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
fs/fs.o: In function `ext3_free_blocks':
fs/fs.o(.text+0x1f0fc): undefined reference to `BUFFER_TRACE2'
fs/fs.o: In function `ext3_new_block':
fs/fs.o(.text+0x1fc6e): undefined reference to `BUFFER_TRACE2'
make: *** [vmlinux] Error 1
......
The (hopefully) relevant part of my config is :
CONFIG_EXT3_FS=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y...
2001 Jun 11
1
Build fix for ext3-2.4-0.0.6
Hi, Andrew -
The ext3-0.0.6 patch doesn't build if CONFIG_JBD_DEBUG is set and
CONFIG_BUFFER_DEBUG is not set, because include/linux/buffer-trace.h
is missing a definition for BUFFER_TRACE2 in one branch of a #ifdef.
One-liner patch appended.
<b