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)
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

Simple merge