commit | afabc24a73bfee2656724b0a70395f1693eaa62b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 31 20:57:03 2009 -0300 |
committer | Felix Blyakher <felixb@sgi.com> | Tue Sep 01 12:45:08 2009 -0500 |
tree | 0cd8058f3a014a64941934d05db47c88e5a823c3 | |
parent | 2e287a731e0607e0371dc6165b7dd3ebc67fa8e1 [diff] |
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>