From: Eric Sandeen Date: Fri, 30 Apr 2010 03:42:49 +0000 (+0000) Subject: xfs: replace E2BIG with EFBIG where appropriate X-Git-Tag: v2.6.35-rc2~3^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657a4cffde065beca7d919e867f61e7d322708b6;p=pandora-kernel.git xfs: replace E2BIG with EFBIG where appropriate Many places in the xfs code return E2BIG when they really mean EFBIG; trying to grow past 16T on a 32 bit machine, for example, says "Argument list too long" rather than "File too large" which is not particularly helpful. Some of these don't make perfect sense as EFBIG either, but still better than E2BIG IMHO. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed