From: Jie Liu Date: Thu, 24 Jul 2014 08:40:43 +0000 (+1000) Subject: xfs: fix error handling at xfs_bulkstat X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c27348751bffeb57d87fc631f76716e3036c6d;p=pandora-kernel.git xfs: fix error handling at xfs_bulkstat From: Jie Liu 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 Signed-off-by: Jie Liu Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed