xfs: improve xfs_inobt_update prototype
authorChristoph Hellwig <hch@lst.de>
Mon, 31 Aug 2009 23:57:03 +0000 (20:57 -0300)
committerFelix Blyakher <felixb@sgi.com>
Tue, 1 Sep 2009 17:45:08 +0000 (12:45 -0500)
commitafabc24a73bfee2656724b0a70395f1693eaa62b
tree0cd8058f3a014a64941934d05db47c88e5a823c3
parent2e287a731e0607e0371dc6165b7dd3ebc67fa8e1
xfs: improve xfs_inobt_update prototype

Both callers of xfs_inobt_update have the record in form of a
xfs_inobt_rec_incore_t, so just pass a pointer to it instead of the
individual variables.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/xfs_ialloc.c