From: Stefan Behrens Date: Fri, 2 Nov 2012 15:16:26 +0000 (+0100) Subject: Btrfs: in scrub repair code, simplify alloc error handling X-Git-Tag: v3.8-rc1~71^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f5c8e90b3f002672cd6b4e6e7c5b959fd981ae;p=pandora-kernel.git Btrfs: in scrub repair code, simplify alloc error handling In the scrub repair code, the code is changed to handle memory allocation errors a little bit smarter. The change is to handle it just like a read error. This simplifies the code and removes a couple of lines of code, since the code to handle read errors is there anyway. Signed-off-by: Stefan Behrens Signed-off-by: Chris Mason --- Reading git-diff-tree failed