commit | d4c27348751bffeb57d87fc631f76716e3036c6d | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Thu Jul 24 18:40:43 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 24 18:40:43 2014 +1000 |
tree | b1cec67c7a33ea66b668cb6acb486957ac0ce145 | |
parent | 296dfd7fdba3a8b702d9cb47afc9061f52e18656 [diff] |
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>