<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Andrew Morton &lt;akpm@osdl.org&gt;

fs/built-in.o(.text+0x3ad2):/tmp/distcc_1108/fs/buffer.c:615: undefined reference to `bit_spin_unlock'
fs/built-in.o(.text+0x3aea):/tmp/distcc_1108/fs/buffer.c:621: undefined reference to `bit_spin_unlock'

Cc: Nick Piggin &lt;nickpiggin@yahoo.com.au&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 fs/buffer.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN fs/buffer.c~page_uptodate-locking-scalability-fix fs/buffer.c
--- devel/fs/buffer.c~page_uptodate-locking-scalability-fix	2005-06-30 23:58:26.000000000 -0700
+++ devel-akpm/fs/buffer.c	2005-06-30 23:58:45.000000000 -0700
@@ -40,6 +40,7 @@
 #include &lt;linux/cpu.h&gt;
 #include &lt;linux/bitops.h&gt;
 #include &lt;linux/mpage.h&gt;
+#include &lt;linux/bit_spinlock.h&gt;
 
 static int fsync_buffers_list(spinlock_t *lock, struct list_head *list);
 static void invalidate_bh_lrus(void);
_
</pre></body></html>