From: Al Viro Date: Thu, 17 Nov 2011 06:10:02 +0000 (-0500) Subject: btrfs: make open_ctree() return int X-Git-Tag: v3.3-rc1~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2b2c802be2d3e8ed8364fef5ffaddabe448219;p=pandora-kernel.git btrfs: make open_ctree() return int It returns either ERR_PTR(-ve) or sb->s_fs_info. The latter can be found by caller just as well, TYVM, no need to return it. Just return -ve or 0... Signed-off-by: Al Viro --- Reading git-diff-tree failed