]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] reiserfs: zero b_private when allocating buffer heads
authorChris Mason <mason@suse.com>
Wed, 1 Feb 2006 11:06:48 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:26 +0000 (08:53 -0800)
commitfc5cd582e9c934ddaf6f310179488932cd154794
treee03f101f77376cce41a0b257f5337ab00cca65d8
parentd62b1b87a7d1c3a21dddabed4251763090be3182
[PATCH] reiserfs: zero b_private when allocating buffer heads

The b_private field in buffer heads needs to be zero filled when the
buffers are allocated.  Thanks to Nathan Scott for finding this.  It was
causing problems on systems with both XFS and reiserfs.

Signed-off-by: Chris Mason <mason@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/buffer.c