|
@@ -44,7 +44,6 @@
|
|
|
#include <linux/bit_spinlock.h>
|
|
|
|
|
|
static int fsync_buffers_list(spinlock_t *lock, struct list_head *list);
|
|
|
-static void invalidate_bh_lrus(void);
|
|
|
|
|
|
#define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers)
|
|
|
|
|
@@ -1403,7 +1402,7 @@ static void invalidate_bh_lru(void *arg)
|
|
|
put_cpu_var(bh_lrus);
|
|
|
}
|
|
|
|
|
|
-static void invalidate_bh_lrus(void)
|
|
|
+void invalidate_bh_lrus(void)
|
|
|
{
|
|
|
on_each_cpu(invalidate_bh_lru, NULL, 1, 1);
|
|
|
}
|