xfs: move extent records into bmalloca structure
authorDave Chinner <david@fromorbit.com>
Sun, 18 Sep 2011 20:40:56 +0000 (20:40 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:05 +0000 (21:15 -0500)
commitbaf41a52b9c62f9a825371806129ed12e2c1e2d8
tree18779d98f2e82d24bdda9252d003960f474d4049
parent1b16447ba24ae39c7fe7133fcdcb4f174dec1901
xfs: move extent records into bmalloca structure

Rather that putting extent records on the stack and then pointing to
them in the bmalloca structure which is in the same stack frame, put
the extent records directly in the bmalloca structure. This reduces
the number of args that need to be passed around.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h