From: Joe Perches Date: Wed, 25 Mar 2015 04:00:24 +0000 (+1100) Subject: xfs: Fix incorrect positive ENOMEM return X-Git-Tag: omap-for-v4.1/fixes-rc1~44^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9383f97e773e9a5385144ef5561f2ac0ee1349;p=pandora-kernel.git xfs: Fix incorrect positive ENOMEM return added a positive error return value. This value filters up through the return layers and should be negative as the other return values are in the same function. Signed-off-by: Joe Perches Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed