From: Benny Halevy Date: Mon, 31 Mar 2008 14:39:06 +0000 (+0300) Subject: nfs: return negative error value from nfs{,4}_stat_to_errno X-Git-Tag: v2.6.26-rc1~1082^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856dff3d3875bdc8b88e4a65779873af76776a69;p=pandora-kernel.git nfs: return negative error value from nfs{,4}_stat_to_errno All use sites for nfs{,4}_stat_to_errno negate their return value. It's more efficient to return a negative error from the stat_to_errno convertors rather than negating its return value everywhere. This also produces slightly smaller code. Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed