Make alloc_page_buffers() initialise buffer_heads using init_buffer(),
authorNathan Scott <nathans@bruce>
Mon, 16 Jan 2006 22:02:07 +0000 (09:02 +1100)
committerNathan Scott <nathans@bruce>
Mon, 16 Jan 2006 22:02:07 +0000 (09:02 +1100)
commit01ffe339e3a0ba5ecbeb2b3b5abac7b3ef90f374
tree7586fb091466772a31d9e46d807b8709d4166ef8
parent4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d
Make alloc_page_buffers() initialise buffer_heads using init_buffer(),
like other routines here, to ensure buffers are correctly initialised
with respect to b_private/b_end_io.  Fixes an odd interaction between
XFS and reiserfs.

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/buffer.c