xfs: fix error handling at xfs_bulkstat
authorJie Liu <jeff.liu@oracle.com>
Thu, 24 Jul 2014 08:40:43 +0000 (18:40 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 24 Jul 2014 08:40:43 +0000 (18:40 +1000)
commitd4c27348751bffeb57d87fc631f76716e3036c6d
treeb1cec67c7a33ea66b668cb6acb486957ac0ce145
parent296dfd7fdba3a8b702d9cb47afc9061f52e18656
xfs: fix error handling at xfs_bulkstat

From: Jie Liu <jeff.liu@oracle.com>

We should not ignore the btree operation errors at xfs_bulkstat() but
to propagate them if any. This patch fix two places in this function
and the remaining things will be fixed with code refactoring thereafter.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_itable.c
This page took 0.034359 seconds and 5 git commands to generate.