commit | 2e287a731e0607e0371dc6165b7dd3ebc67fa8e1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 31 20:56:58 2009 -0300 |
committer | Felix Blyakher <felixb@sgi.com> | Tue Sep 01 12:44:56 2009 -0500 |
tree | d51ee5e646aff15965cb483a0e4236cc140105cc | |
parent | 85c0b2ab5e69ca6133380ead1c50e0840d136b39 [diff] |
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>