xfs: Make sure that the dinode is read with success
commit093b604f8e399e3d6a69f2d41ee326a6930df618
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 18 Jul 2012 16:00:15 +0000 (18 13:00 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:47 +0000 (21 01:21 -0300)
treee67e61118aba78696c15896d3f5823c02486ddbb
parentcaeea9439653d5f859abbb14672d7321ac0ef5d0
xfs: Make sure that the dinode is read with success

xfs_next_extent() does not make sure that the dinode has been read
successfully without checking return of xfs_get_ino_core() function.

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