From: Jie Liu Date: Thu, 24 Jul 2014 02:18:47 +0000 (+1000) Subject: xfs: fix error handling at xfs_inumbers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7cb51dcb0a38624d42eeabb38502fa54a4d774b;p=pandora-kernel.git xfs: fix error handling at xfs_inumbers From: Jie Liu To fetch the file system number tables, we currently just ignore the errors and proceed to loop over the next AG or bump agino to the next chunk in case of btree operations failed, that is not properly because those errors might hint us potential file system problems. This patch rework xfs_inumbers() to handle the btree operation errors as well as the loop conditions. Signed-off-by: Jie Liu Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed