Skip to content

Commit

Permalink
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Jan 17, 2006
2 parents 1f35f43 + 01ffe33 commit 9bd5674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/*
Expand Down

0 comments on commit 9bd5674

Please sign in to comment.