]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41d83fed1b217a2ba5e07e94d0bfb2508c70a617
tree0cd8058f3a014a64941934d05db47c88e5a823c3
parentb8f6e878210c4b550ed38fd5179bb00ae6751657
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