|
@@ -46,8 +46,7 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list);
|
|
|
|
|
|
#define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers)
|
|
|
|
|
|
-inline void
|
|
|
-init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)
|
|
|
+void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)
|
|
|
{
|
|
|
bh->b_end_io = handler;
|
|
|
bh->b_private = private;
|