From: Ilya Dryomov Date: Fri, 22 Jun 2012 18:13:01 +0000 (-0600) Subject: Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() X-Git-Tag: v3.6-rc1~81^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed425c742cb1262ce90a41f2d3d211bac099533;p=pandora-kernel.git Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() When bailing from open_ctree() err is returned, not ret. Signed-off-by: Ilya Dryomov --- Reading git-diff-tree failed