xfs: Only call fill_xfs_inode_pvt() if dinode was read
commitd6ffc9d1c04fa2a1cb63b7441d1747bb32bba2dd
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 00:08:55 +0000 (20 21:08 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:47 +0000 (21 01:21 -0300)
treef5b4fb28f4819179c36bce31a39bf8518d884226
parent093b604f8e399e3d6a69f2d41ee326a6930df618
xfs: Only call fill_xfs_inode_pvt() if dinode was read

It does not make any sense to fill in private inode information when the
requested dinode has not been read successfully.

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