Use the same btree_cur union member for alloc and inobt trees.
The alloc and inobt btree use the same agbp/agno pair in the btree_cur
union. Make them use the same bc_private.a union member so that code
for these two short form btree implementations can be shared.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Tue Jul 29 17:07:56 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/tes/2.6.x-xfs-quilt
Inspected by: tes@xxxxxxx,david@xxxxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31788a
fs/xfs/xfsidbg.c - 1.358 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfsidbg.c.diff?r1=text&tr1=1.358&r2=text&tr2=1.357&f=h
- use the same btree_cur union member for alloc and inobt trees
fs/xfs/xfs_ialloc_btree.c - 1.87 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc_btree.c.diff?r1=text&tr1=1.87&r2=text&tr2=1.86&f=h
- use the same btree_cur union member for alloc and inobt trees
fs/xfs/xfs_btree.c - 1.118 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_btree.c.diff?r1=text&tr1=1.118&r2=text&tr2=1.117&f=h
- use the same btree_cur union member for alloc and inobt trees
fs/xfs/xfs_btree.h - 1.68 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_btree.h.diff?r1=text&tr1=1.68&r2=text&tr2=1.67&f=h
- use the same btree_cur union member for alloc and inobt trees
|