xfs: Use bmbt_irec_get() to get extent information instead
commitbc6d4583f7c2236bc5256e0d11d1b523fd1eddd0
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 23 Jul 2012 02:35:23 +0000 (22 23:35 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Mon, 23 Jul 2012 14:43:38 +0000 (23 11:43 -0300)
treeb47f19b3ff019c3420f864f79411c8da4b4dec09
parentd28895b6e03f392b2e4be87eede101dc3710d4f4
xfs: Use bmbt_irec_get() to get extent information instead

There is no need to parse the whole 128-byte data (extent descriptor) in
xfs_next_extent(), since there is a function (bmbt_irec_get()) that
already does this.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c