xfs: improve xfs_inobt_get_rec prototype
authorChristoph Hellwig <hch@lst.de>
Mon, 31 Aug 2009 23:56:58 +0000 (20:56 -0300)
committerFelix Blyakher <felixb@sgi.com>
Tue, 1 Sep 2009 17:44:56 +0000 (12:44 -0500)
commit2e287a731e0607e0371dc6165b7dd3ebc67fa8e1
treed51ee5e646aff15965cb483a0e4236cc140105cc
parent85c0b2ab5e69ca6133380ead1c50e0840d136b39
xfs: improve xfs_inobt_get_rec prototype

Most callers of xfs_inobt_get_rec need to fill a xfs_inobt_rec_incore_t, and
those who don't yet are fine with a xfs_inobt_rec_incore_t, instead of the
three individual variables, too.  So just change xfs_inobt_get_rec to write
the output into a xfs_inobt_rec_incore_t directly.

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
fs/xfs/xfs_ialloc.h
fs/xfs/xfs_itable.c