Merge git://oss.sgi.com:8090/oss/git/xfs-2.6

This commit is contained in:
Linus Torvalds
2006-01-16 20:26:19 -08:00

View File

@@ -1027,7 +1027,7 @@ struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
/* Link the buffer to its page */
set_bh_page(bh, page, offset);
bh->b_end_io = NULL;
init_buffer(bh, NULL, NULL);
}
return head;
/*