From: Christoph Hellwig Date: Mon, 31 Aug 2009 23:56:58 +0000 (-0300) Subject: xfs: improve xfs_inobt_get_rec prototype X-Git-Tag: v2.6.32-rc1~661^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e287a731e0607e0371dc6165b7dd3ebc67fa8e1;p=pandora-kernel.git 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 Reviewed-by: Alex Elder Signed-off-by: Felix Blyakher --- Reading git-diff-tree failed