From: Sachin Kamat Date: Mon, 15 Jul 2013 11:22:18 +0000 (+0530) Subject: Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: v3.12-rc1~146^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd633972e120003bd4cecc7dae560d2e32da5360;p=pandora-kernel.git Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO PTR_RET is now deprecated. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Sachin Kamat Signed-off-by: Rusty Russell --- Reading git-diff-tree failed