reiserfs: use buffer_info for leaf_paste_entries
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:18 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:35 +0000 (12:16 -0700)
commiteba00305591714f1d85ccad1afbf58259c2197b4
tree260912758e76c1add9e917d22a00544812562a75
parent600ed41675d8c384519d8f0b3c76afed39ef2f4b
reiserfs: use buffer_info for leaf_paste_entries

This patch makes leaf_paste_entries more consistent with respect to the
other leaf operations.  Using buffer_info instead of buffer_head
directly allows us to get a superblock pointer for use in error
handling.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/do_balan.c
fs/reiserfs/lbalance.c
include/linux/reiserfs_fs.h